public enum CoordinateSystemType extends Enum<CoordinateSystemType>
| Enum Constant and Description |
|---|
AFFINE
affine
|
CARTESIAN
Cartesian
|
CYLINDRICAL
cylindrical
|
ELLIPSOIDAL
ellipsoidal
|
LINEAR
linear
|
ORDINAL
ordinal
|
PARAMETRIC
parametric
|
POLAR
polar
|
SPHERICAL
spherical
|
TEMPORAL_COUNT
temporalCount
|
TEMPORAL_DATE_TIME
temporalDateTime
|
TEMPORAL_MEASURE
temporalMeasure
|
VERTICAL
vertical
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the type name
|
static CoordinateSystemType |
getType(String name)
Get the type from the name
|
static CoordinateSystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinateSystemType AFFINE
public static final CoordinateSystemType CARTESIAN
public static final CoordinateSystemType CYLINDRICAL
public static final CoordinateSystemType ELLIPSOIDAL
public static final CoordinateSystemType LINEAR
public static final CoordinateSystemType ORDINAL
public static final CoordinateSystemType PARAMETRIC
public static final CoordinateSystemType POLAR
public static final CoordinateSystemType SPHERICAL
public static final CoordinateSystemType TEMPORAL_COUNT
public static final CoordinateSystemType TEMPORAL_DATE_TIME
public static final CoordinateSystemType TEMPORAL_MEASURE
public static final CoordinateSystemType VERTICAL
public static CoordinateSystemType[] values()
for (CoordinateSystemType c : CoordinateSystemType.values()) System.out.println(c);
public static CoordinateSystemType 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 nullpublic String getName()
public static CoordinateSystemType getType(String name)
name - type nameCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.