public static enum Wfs10Constants.SPATIAL_OPERATORS extends Enum<Wfs10Constants.SPATIAL_OPERATORS>
Enum Constant and Description |
---|
BBOX |
Beyond |
Contains |
Crosses |
Disjoint |
DWithin |
Equals |
Intersect |
Overlaps |
Touches |
Within |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Wfs10Constants.SPATIAL_OPERATORS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wfs10Constants.SPATIAL_OPERATORS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wfs10Constants.SPATIAL_OPERATORS BBOX
public static final Wfs10Constants.SPATIAL_OPERATORS Beyond
public static final Wfs10Constants.SPATIAL_OPERATORS Contains
public static final Wfs10Constants.SPATIAL_OPERATORS Crosses
public static final Wfs10Constants.SPATIAL_OPERATORS Disjoint
public static final Wfs10Constants.SPATIAL_OPERATORS DWithin
public static final Wfs10Constants.SPATIAL_OPERATORS Intersect
public static final Wfs10Constants.SPATIAL_OPERATORS Equals
public static final Wfs10Constants.SPATIAL_OPERATORS Overlaps
public static final Wfs10Constants.SPATIAL_OPERATORS Touches
public static final Wfs10Constants.SPATIAL_OPERATORS Within
public static Wfs10Constants.SPATIAL_OPERATORS[] values()
for (Wfs10Constants.SPATIAL_OPERATORS c : Wfs10Constants.SPATIAL_OPERATORS.values()) System.out.println(c);
public static Wfs10Constants.SPATIAL_OPERATORS 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 String getValue()
This work is licensed under a Creative Commons Attribution 4.0 International License.