public enum CRSKeyword extends Enum<CRSKeyword>
| Enum Constant and Description |
|---|
ABRIDGEDTRANSFORMATION
Abridged Transformation
|
ANCHOR
Datum Anchor
|
ANGLEUNIT
Angle Unit
|
AREA
Area Description
|
AXIS
Axis
|
BASEENGCRS
Base Engineering CRS
|
BASEGEODCRS
Base Geodetic CRS
|
BASEGEOGCRS
Base Geographic CRS
|
BASEPARAMCRS
Base Parametric CRS
|
BASEPROJCRS
Base Projected CRS
|
BASETIMECRS
Base Temporal CRS
|
BASEVERTCRS
Base Derived CRS
|
BBOX
Geographic Bounding Box
|
BEARING
Bearing
|
BOUNDCRS
Bound CRS
|
CALENDAR
Calendar
|
CITATION
Citation
|
COMPOUNDCRS
Compound CRS
|
CONCATENATEDOPERATION
Concatenated Operation
|
CONVERSION
Map Projection Conversion
|
COORDINATEMETADATA
Coordinate Metadata
|
COORDINATEOPERATION
Coordinate Operation
|
CS
Coordinate System
|
DATUM
Geodetic Reference Frame
|
DERIVEDPROJCRS
Derived Projected CRS
|
DERIVINGCONVERSION
Deriving Conversion
|
DYNAMIC
Dynamic Coordinate Reference Systems
|
EDATUM
Engineering Datum
|
ELLIPSOID
Ellipsoid
|
ENGCRS
Engineering CRS
|
ENSEMBLE
Datum Ensemble
|
ENSEMBLEACCURACY
Datum Ensemble Accuracy
|
EPOCH
Coordinate Epoch
|
EXTENSION
Backwards Compatibility Extension
|
FRAMEEPOCH
Frame Reference Epoch
|
GEOCCS
Backwards Compatibility Geodetic CRS
|
GEODCRS
Geodetic CRS
|
GEOGCRS
Geographic CRS
|
GEOGCS
Backwards Compatibility Geographic CRS
|
GEOIDMODEL
Geoid Model ID
|
ID
Identifier
|
INTERPOLATIONCRS
Interpolation CRS
|
LENGTHUNIT
Length Unit
|
LOCAL_CS
Backwards Compatibility Engineering CRS
|
MEMBER
Member
|
MERIDIAN
Meridian
|
METHOD
Map Projection Method
|
MODEL
Model
|
OPERATIONACCURACY
Coordinate Operation Accuracy
|
ORDER
Axis Order
|
PARAMETER
Parameter
|
PARAMETERFILE
Parameter File
|
PARAMETRICCRS
Parametric CRS
|
PARAMETRICUNIT
Parametric Unit
|
PDATUM
Parametric Datum
|
POINTMOTIONOPERATION
Point Motion Operation
|
PRIMEM
Prime Meridian
|
PROJCRS
Projected CRS
|
PROJCS
Backwards Compatibility Projected CRS
|
REMARK
Remark
|
SCALEUNIT
Scale Unit
|
SCOPE
Scope
|
SOURCECRS
Source CRS
|
STEP
Concatenated Operation Step
|
TARGETCRS
Target CRS
|
TDATUM
Temporal Datum
|
TIMECRS
Temporal CRS
|
TIMEEXTENT
Temporal Extent
|
TIMEORIGIN
Temporal Origin
|
TIMEUNIT
Time Unit
|
TOWGS84
Backwards Compatibility To WGS84
|
TRIAXIAL
Triaxial ellipsoid
|
URI
URI
|
USAGE
Usage
|
VDATUM
Vertical Reference Frame
|
VERSION
Operation Version
|
VERT_CS
Backwards Compatibility Vertical CRS
|
VERTCRS
Vertical CRS
|
VERTICALEXTENT
Vertical extent
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeywords()
Get the keywords
|
static CRSKeyword |
getRequiredType(String keyword)
Get the required keyword type from the keyword
|
static Set<CRSKeyword> |
getRequiredTypes(String keyword)
Get the required keyword types from the keyword
|
static CRSKeyword |
getType(String keyword)
Get the keyword type from the keyword
|
static Set<CRSKeyword> |
getTypes(String keyword)
Get the keyword types from the keyword
|
static CRSKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRSKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CRSKeyword ABRIDGEDTRANSFORMATION
public static final CRSKeyword ANCHOR
public static final CRSKeyword ANGLEUNIT
public static final CRSKeyword AREA
public static final CRSKeyword AXIS
public static final CRSKeyword BASEENGCRS
public static final CRSKeyword BASEGEODCRS
public static final CRSKeyword BASEGEOGCRS
public static final CRSKeyword BASEPARAMCRS
public static final CRSKeyword BASEPROJCRS
public static final CRSKeyword BASETIMECRS
public static final CRSKeyword BASEVERTCRS
public static final CRSKeyword BBOX
public static final CRSKeyword BEARING
public static final CRSKeyword BOUNDCRS
public static final CRSKeyword CALENDAR
public static final CRSKeyword CITATION
public static final CRSKeyword CONVERSION
public static final CRSKeyword COMPOUNDCRS
public static final CRSKeyword CONCATENATEDOPERATION
public static final CRSKeyword COORDINATEMETADATA
public static final CRSKeyword COORDINATEOPERATION
public static final CRSKeyword CS
public static final CRSKeyword DATUM
public static final CRSKeyword DERIVEDPROJCRS
public static final CRSKeyword DERIVINGCONVERSION
public static final CRSKeyword DYNAMIC
public static final CRSKeyword EDATUM
public static final CRSKeyword ELLIPSOID
public static final CRSKeyword ENGCRS
public static final CRSKeyword ENSEMBLE
public static final CRSKeyword ENSEMBLEACCURACY
public static final CRSKeyword EPOCH
public static final CRSKeyword EXTENSION
public static final CRSKeyword FRAMEEPOCH
public static final CRSKeyword GEOCCS
public static final CRSKeyword GEODCRS
public static final CRSKeyword GEOGCS
public static final CRSKeyword GEOGCRS
public static final CRSKeyword GEOIDMODEL
public static final CRSKeyword ID
public static final CRSKeyword INTERPOLATIONCRS
public static final CRSKeyword LENGTHUNIT
public static final CRSKeyword LOCAL_CS
public static final CRSKeyword MEMBER
public static final CRSKeyword MERIDIAN
public static final CRSKeyword METHOD
public static final CRSKeyword MODEL
public static final CRSKeyword OPERATIONACCURACY
public static final CRSKeyword ORDER
public static final CRSKeyword PARAMETER
public static final CRSKeyword PARAMETERFILE
public static final CRSKeyword PARAMETRICCRS
public static final CRSKeyword PARAMETRICUNIT
public static final CRSKeyword PDATUM
public static final CRSKeyword POINTMOTIONOPERATION
public static final CRSKeyword PRIMEM
public static final CRSKeyword PROJCRS
public static final CRSKeyword PROJCS
public static final CRSKeyword REMARK
public static final CRSKeyword SCALEUNIT
public static final CRSKeyword SCOPE
public static final CRSKeyword SOURCECRS
public static final CRSKeyword STEP
public static final CRSKeyword TARGETCRS
public static final CRSKeyword TDATUM
public static final CRSKeyword TIMECRS
public static final CRSKeyword TIMEEXTENT
public static final CRSKeyword TIMEORIGIN
public static final CRSKeyword TIMEUNIT
public static final CRSKeyword TOWGS84
public static final CRSKeyword TRIAXIAL
public static final CRSKeyword USAGE
public static final CRSKeyword URI
public static final CRSKeyword VDATUM
public static final CRSKeyword VERSION
public static final CRSKeyword VERT_CS
public static final CRSKeyword VERTCRS
public static final CRSKeyword VERTICALEXTENT
public static CRSKeyword[] values()
for (CRSKeyword c : CRSKeyword.values()) System.out.println(c);
public static CRSKeyword 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 static CRSKeyword getType(String keyword)
keyword - CRS keywordpublic static CRSKeyword getRequiredType(String keyword)
keyword - CRS keywordpublic static Set<CRSKeyword> getTypes(String keyword)
keyword - CRS keywordpublic static Set<CRSKeyword> getRequiredTypes(String keyword)
keyword - CRS keywordCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.