public enum ProjectionFactoryType extends Enum<ProjectionFactoryType>
| Enum Constant and Description |
|---|
CACHE
Cached projections from previous retrievals
|
DEFINITION
Well-Known Text Definition parsing and proj4j conversion
|
NAME
proj4j creation from a well-known coordinate reference system name
|
PARAMETERS
proj4j creation from proj4j projection parameters
|
PROPERTIES
Creation from project and custom properties of configured proj4j
projection parameters
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectionFactoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionFactoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectionFactoryType CACHE
public static final ProjectionFactoryType DEFINITION
public static final ProjectionFactoryType NAME
public static final ProjectionFactoryType PARAMETERS
public static final ProjectionFactoryType PROPERTIES
public static ProjectionFactoryType[] values()
for (ProjectionFactoryType c : ProjectionFactoryType.values()) System.out.println(c);
public static ProjectionFactoryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.