| Enum Constant and Description |
|---|
FORCE_DEFAULT_CRS_DIMENSION |
SERIALIZE_CRS_AS_URN |
SUPPRESS_CRS_SERIALIZATION |
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
isSetByDefault |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue() |
static Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feature FORCE_DEFAULT_CRS_DIMENSION
public static final Feature SUPPRESS_CRS_SERIALIZATION
public static final Feature SERIALIZE_CRS_AS_URN
public static Feature[] values()
for (Feature c : Feature.values()) System.out.println(c);
public static Feature 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 boolean getValue()