public enum CswAxisOrder extends Enum<CswAxisOrder>
Modifier and Type | Method and Description |
---|---|
static CswAxisOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CswAxisOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CswAxisOrder LAT_LON
public static final CswAxisOrder LON_LAT
public static CswAxisOrder[] values()
for (CswAxisOrder c : CswAxisOrder.values()) System.out.println(c);
public static CswAxisOrder 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 nullThis work is licensed under a Creative Commons Attribution 4.0 International License.