Enum SpatialOperatorNameTypeMember0
- Object
-
- Enum<SpatialOperatorNameTypeMember0>
-
- SpatialOperatorNameTypeMember0
-
- All Implemented Interfaces:
Serializable
,Comparable<SpatialOperatorNameTypeMember0>
,Enumerator
public enum SpatialOperatorNameTypeMember0 extends Enum<SpatialOperatorNameTypeMember0> implements Enumerator
A representation of the literals of the enumeration 'Spatial Operator Name Type Member0', and utility methods for working with them.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BBOX
The 'BBOX' literal object.BEYOND
The 'Beyond' literal object.CONTAINS
The 'Contains' literal object.CROSSES
The 'Crosses' literal object.DISJOINT
The 'Disjoint' literal object.DWITHIN
The 'DWithin' literal object.EQUALS
The 'Equals' literal object.INTERSECTS
The 'Intersects' literal object.OVERLAPS
The 'Overlaps' literal object.TOUCHES
The 'Touches' literal object.WITHIN
The 'Within' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
BBOX_VALUE
The 'BBOX' literal value.static int
BEYOND_VALUE
The 'Beyond' literal value.static int
CONTAINS_VALUE
The 'Contains' literal value.static int
CROSSES_VALUE
The 'Crosses' literal value.static int
DISJOINT_VALUE
The 'Disjoint' literal value.static int
DWITHIN_VALUE
The 'DWithin' literal value.static int
EQUALS_VALUE
The 'Equals' literal value.static int
INTERSECTS_VALUE
The 'Intersects' literal value.static int
OVERLAPS_VALUE
The 'Overlaps' literal value.static int
TOUCHES_VALUE
The 'Touches' literal value.static List<SpatialOperatorNameTypeMember0>
VALUES
A public read-only list of all the 'Spatial Operator Name Type Member0' enumerators.static int
WITHIN_VALUE
The 'Within' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpatialOperatorNameTypeMember0
get(int value)
Returns the 'Spatial Operator Name Type Member0' literal with the specified integer value.static SpatialOperatorNameTypeMember0
get(String literal)
Returns the 'Spatial Operator Name Type Member0' literal with the specified literal value.static SpatialOperatorNameTypeMember0
getByName(String name)
Returns the 'Spatial Operator Name Type Member0' literal with the specified name.String
getLiteral()
String
getName()
int
getValue()
String
toString()
Returns the literal value of the enumerator, which is its string representation.static SpatialOperatorNameTypeMember0
valueOf(String name)
Returns the enum constant of this type with the specified name.static SpatialOperatorNameTypeMember0[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BBOX
public static final SpatialOperatorNameTypeMember0 BBOX
The 'BBOX' literal object.- See Also:
BBOX_VALUE
-
EQUALS
public static final SpatialOperatorNameTypeMember0 EQUALS
The 'Equals' literal object.- See Also:
EQUALS_VALUE
-
DISJOINT
public static final SpatialOperatorNameTypeMember0 DISJOINT
The 'Disjoint' literal object.- See Also:
DISJOINT_VALUE
-
INTERSECTS
public static final SpatialOperatorNameTypeMember0 INTERSECTS
The 'Intersects' literal object.- See Also:
INTERSECTS_VALUE
-
TOUCHES
public static final SpatialOperatorNameTypeMember0 TOUCHES
The 'Touches' literal object.- See Also:
TOUCHES_VALUE
-
CROSSES
public static final SpatialOperatorNameTypeMember0 CROSSES
The 'Crosses' literal object.- See Also:
CROSSES_VALUE
-
WITHIN
public static final SpatialOperatorNameTypeMember0 WITHIN
The 'Within' literal object.- See Also:
WITHIN_VALUE
-
CONTAINS
public static final SpatialOperatorNameTypeMember0 CONTAINS
The 'Contains' literal object.- See Also:
CONTAINS_VALUE
-
OVERLAPS
public static final SpatialOperatorNameTypeMember0 OVERLAPS
The 'Overlaps' literal object.- See Also:
OVERLAPS_VALUE
-
BEYOND
public static final SpatialOperatorNameTypeMember0 BEYOND
The 'Beyond' literal object.- See Also:
BEYOND_VALUE
-
DWITHIN
public static final SpatialOperatorNameTypeMember0 DWITHIN
The 'DWithin' literal object.- See Also:
DWITHIN_VALUE
-
-
Field Detail
-
BBOX_VALUE
public static final int BBOX_VALUE
The 'BBOX' literal value.If the meaning of 'BBOX' literal object isn't clear, there really should be more of a description here...
- See Also:
BBOX
, Constant Field Values
-
EQUALS_VALUE
public static final int EQUALS_VALUE
The 'Equals' literal value.If the meaning of 'Equals' literal object isn't clear, there really should be more of a description here...
- See Also:
EQUALS
, Constant Field Values
-
DISJOINT_VALUE
public static final int DISJOINT_VALUE
The 'Disjoint' literal value.If the meaning of 'Disjoint' literal object isn't clear, there really should be more of a description here...
- See Also:
DISJOINT
, Constant Field Values
-
INTERSECTS_VALUE
public static final int INTERSECTS_VALUE
The 'Intersects' literal value.If the meaning of 'Intersects' literal object isn't clear, there really should be more of a description here...
- See Also:
INTERSECTS
, Constant Field Values
-
TOUCHES_VALUE
public static final int TOUCHES_VALUE
The 'Touches' literal value.If the meaning of 'Touches' literal object isn't clear, there really should be more of a description here...
- See Also:
TOUCHES
, Constant Field Values
-
CROSSES_VALUE
public static final int CROSSES_VALUE
The 'Crosses' literal value.If the meaning of 'Crosses' literal object isn't clear, there really should be more of a description here...
- See Also:
CROSSES
, Constant Field Values
-
WITHIN_VALUE
public static final int WITHIN_VALUE
The 'Within' literal value.If the meaning of 'Within' literal object isn't clear, there really should be more of a description here...
- See Also:
WITHIN
, Constant Field Values
-
CONTAINS_VALUE
public static final int CONTAINS_VALUE
The 'Contains' literal value.If the meaning of 'Contains' literal object isn't clear, there really should be more of a description here...
- See Also:
CONTAINS
, Constant Field Values
-
OVERLAPS_VALUE
public static final int OVERLAPS_VALUE
The 'Overlaps' literal value.If the meaning of 'Overlaps' literal object isn't clear, there really should be more of a description here...
- See Also:
OVERLAPS
, Constant Field Values
-
BEYOND_VALUE
public static final int BEYOND_VALUE
The 'Beyond' literal value.If the meaning of 'Beyond' literal object isn't clear, there really should be more of a description here...
- See Also:
BEYOND
, Constant Field Values
-
DWITHIN_VALUE
public static final int DWITHIN_VALUE
The 'DWithin' literal value.If the meaning of 'DWithin' literal object isn't clear, there really should be more of a description here...
- See Also:
DWITHIN
, Constant Field Values
-
VALUES
public static final List<SpatialOperatorNameTypeMember0> VALUES
A public read-only list of all the 'Spatial Operator Name Type Member0' enumerators.
-
-
Method Detail
-
values
public static SpatialOperatorNameTypeMember0[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SpatialOperatorNameTypeMember0 c : SpatialOperatorNameTypeMember0.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SpatialOperatorNameTypeMember0 valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
get
public static SpatialOperatorNameTypeMember0 get(String literal)
Returns the 'Spatial Operator Name Type Member0' literal with the specified literal value.
-
getByName
public static SpatialOperatorNameTypeMember0 getByName(String name)
Returns the 'Spatial Operator Name Type Member0' literal with the specified name.
-
get
public static SpatialOperatorNameTypeMember0 get(int value)
Returns the 'Spatial Operator Name Type Member0' literal with the specified integer value.
-
getValue
public int getValue()
- Specified by:
getValue
in interfaceEnumerator
-
getName
public String getName()
- Specified by:
getName
in interfaceEnumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteral
in interfaceEnumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<SpatialOperatorNameTypeMember0>
-
-