public static enum OgcEnum.OperationType extends Enum<OgcEnum.OperationType>
| Enum Constant and Description |
|---|
DESCRIBE_COVERAGE |
DESCRIBE_FEATURE_TYPE |
DESCRIBE_LAYER |
DESCRIBE_PROCESS |
EXECUTE |
GET_CAPABILITIES |
GET_COVERAGE |
GET_FEATURE |
GET_FEATURE_INFO |
GET_LAYER_INFO |
GET_LEGEND_GRAPHIC |
GET_MAP |
GET_SCENE |
GET_STYLES |
GET_TILE |
LOCK_FEATURE |
TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
static OgcEnum.OperationType |
fromString(String inputValue)
Static method to get an enum based on a string value.
|
String |
toString()
This method is annotated with
JsonValue,
so that jackson will serialize the enum value to
the (lowercase) value. |
static OgcEnum.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OgcEnum.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OgcEnum.OperationType GET_MAP
public static final OgcEnum.OperationType GET_CAPABILITIES
public static final OgcEnum.OperationType GET_FEATURE_INFO
public static final OgcEnum.OperationType DESCRIBE_LAYER
public static final OgcEnum.OperationType GET_LEGEND_GRAPHIC
public static final OgcEnum.OperationType GET_STYLES
public static final OgcEnum.OperationType DESCRIBE_FEATURE_TYPE
public static final OgcEnum.OperationType GET_FEATURE
public static final OgcEnum.OperationType LOCK_FEATURE
public static final OgcEnum.OperationType TRANSACTION
public static final OgcEnum.OperationType DESCRIBE_COVERAGE
public static final OgcEnum.OperationType GET_COVERAGE
public static final OgcEnum.OperationType EXECUTE
public static final OgcEnum.OperationType DESCRIBE_PROCESS
public static final OgcEnum.OperationType GET_SCENE
public static final OgcEnum.OperationType GET_LAYER_INFO
public static final OgcEnum.OperationType GET_TILE
public static OgcEnum.OperationType[] values()
for (OgcEnum.OperationType c : OgcEnum.OperationType.values()) System.out.println(c);
public static OgcEnum.OperationType 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 static OgcEnum.OperationType fromString(String inputValue)
JsonCreator,
which allows the client to send case insensitive string
values (like "jSon"), which will be converted to the
correct enum value.inputValue - public String toString()
JsonValue,
so that jackson will serialize the enum value to
the (lowercase) value.toString in class Enum<OgcEnum.OperationType>Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.