public enum AxisOrder extends java.lang.Enum<AxisOrder>
Modifier and Type | Field and Description |
---|---|
static boolean |
initialized |
static java.util.List<java.lang.String> |
LATLONCRS |
Modifier and Type | Method and Description |
---|---|
static AxisOrder |
getAxisOrder(java.lang.String srs) |
static AxisOrder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisOrder LATLON
public static final AxisOrder LONLAT
public static final java.util.List<java.lang.String> LATLONCRS
public static boolean initialized
public static AxisOrder[] values()
for (AxisOrder c : AxisOrder.values()) System.out.println(c);
public static AxisOrder valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static AxisOrder getAxisOrder(java.lang.String srs)