public enum CRSType extends Enum<CRSType>
| Enum Constant and Description |
|---|
BOUND
Bound
|
COMPOUND
Compound
|
CONCATENATED_OPERATION
Concatenated Operation
|
COORDINATE_METADATA
Coordinate Metadata
|
COORDINATE_OPERATION
Coordinate Operation
|
DERIVED
Derived
|
ENGINEERING
Engineering
|
GEODETIC
Geodetic
|
GEOGRAPHIC
Geographic
|
PARAMETRIC
Parametric
|
POINT_MOTION_OPERATION
Point Motion Operation
|
PROJECTED
Projected
|
TEMPORAL
Temporal
|
VERTICAL
Vertical
|
| Modifier and Type | Method and Description |
|---|---|
CategoryType |
getCategoryType()
Get the category type
|
static CRSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CRSType BOUND
public static final CRSType COMPOUND
public static final CRSType CONCATENATED_OPERATION
public static final CRSType COORDINATE_METADATA
public static final CRSType COORDINATE_OPERATION
public static final CRSType DERIVED
public static final CRSType ENGINEERING
public static final CRSType GEODETIC
public static final CRSType GEOGRAPHIC
public static final CRSType PARAMETRIC
public static final CRSType POINT_MOTION_OPERATION
public static final CRSType PROJECTED
public static final CRSType TEMPORAL
public static final CRSType VERTICAL
public static CRSType[] values()
for (CRSType c : CRSType.values()) System.out.println(c);
public static CRSType 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 CategoryType getCategoryType()
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.