public static enum CoordinateReferenceSystem.Type extends Enum<CoordinateReferenceSystem.Type>
| Enum Constant and Description |
|---|
COMPOUND |
ENGINEERING |
GEOCENTRIC |
GEOGRAPHIC2D |
GEOGRAPHIC3D |
PROJECTED |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateReferenceSystem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateReferenceSystem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinateReferenceSystem.Type GEOCENTRIC
public static final CoordinateReferenceSystem.Type GEOGRAPHIC3D
public static final CoordinateReferenceSystem.Type GEOGRAPHIC2D
public static final CoordinateReferenceSystem.Type PROJECTED
public static final CoordinateReferenceSystem.Type VERTICAL
public static final CoordinateReferenceSystem.Type COMPOUND
public static final CoordinateReferenceSystem.Type ENGINEERING
public static CoordinateReferenceSystem.Type[] values()
for (CoordinateReferenceSystem.Type c : CoordinateReferenceSystem.Type.values()) System.out.println(c);
public static CoordinateReferenceSystem.Type 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 © 2019 CNRS. All rights reserved.