public enum Setting extends Enum<Setting>
Enum Constant and Description |
---|
FORCE_DEFAULT_CRS_DIMENSION
Deprecated.
Use IGNORE_CRS
|
IGNORE_CRS
Ignore the CRS component during deserialization, if present
|
SERIALIZE_CRS_AS_URN
Serialize the CRS as a URN, rather than the traditional AUTH:CODE format.
|
SUPPRESS_CRS_SERIALIZATION
Suppresses the serialization of CRS property
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSetByDefault() |
static Setting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Setting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final Setting FORCE_DEFAULT_CRS_DIMENSION
GeometryModule
.
This ignores the CRS identifier present in the JSON object.
public static final Setting IGNORE_CRS
public static final Setting SUPPRESS_CRS_SERIALIZATION
public static final Setting SERIALIZE_CRS_AS_URN
public static Setting[] values()
for (Setting c : Setting.values()) System.out.println(c);
public static Setting 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 boolean isSetByDefault()
Copyright © 2021 geolatte.org. All rights reserved.