Enum Class SpatialOperatorNameTypeMember0
- All Implemented Interfaces:
Serializable
,Comparable<SpatialOperatorNameTypeMember0>
,Constable
,Enumerator
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'BBOX' literal object.The 'Beyond' literal object.The 'Contains' literal object.The 'Crosses' literal object.The 'Disjoint' literal object.The 'DWithin' literal object.The 'Equals' literal object.The 'Intersects' literal object.The 'Overlaps' literal object.The 'Touches' literal object.The 'Within' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'BBOX' literal value.static final int
The 'Beyond' literal value.static final int
The 'Contains' literal value.static final int
The 'Crosses' literal value.static final int
The 'Disjoint' literal value.static final int
The 'DWithin' literal value.static final int
The 'Equals' literal value.static final int
The 'Intersects' literal value.static final int
The 'Overlaps' literal value.static final int
The 'Touches' literal value.static final List<SpatialOperatorNameTypeMember0>
A public read-only list of all the 'Spatial Operator Name Type Member0' enumerators.static final int
The 'Within' literal value. -
Method Summary
Modifier and TypeMethodDescriptionget
(int value) Returns the 'Spatial Operator Name Type Member0' literal with the specified integer value.Returns the 'Spatial Operator Name Type Member0' literal with the specified literal value.Returns the 'Spatial Operator Name Type Member0' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.Returns the enum constant of this class with the specified name.static SpatialOperatorNameTypeMember0[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BBOX
The 'BBOX' literal object.- See Also:
-
EQUALS
The 'Equals' literal object.- See Also:
-
DISJOINT
The 'Disjoint' literal object.- See Also:
-
INTERSECTS
The 'Intersects' literal object.- See Also:
-
TOUCHES
The 'Touches' literal object.- See Also:
-
CROSSES
The 'Crosses' literal object.- See Also:
-
WITHIN
The 'Within' literal object.- See Also:
-
CONTAINS
The 'Contains' literal object.- See Also:
-
OVERLAPS
The 'Overlaps' literal object.- See Also:
-
BEYOND
The 'Beyond' literal object.- See Also:
-
DWITHIN
The 'DWithin' literal object.- See Also:
-
-
Field Details
-
BBOX_VALUE
public static final int BBOX_VALUEThe 'BBOX' literal value.If the meaning of 'BBOX' literal object isn't clear, there really should be more of a description here...
- See Also:
-
EQUALS_VALUE
public static final int EQUALS_VALUEThe 'Equals' literal value.If the meaning of 'Equals' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DISJOINT_VALUE
public static final int DISJOINT_VALUEThe 'Disjoint' literal value.If the meaning of 'Disjoint' literal object isn't clear, there really should be more of a description here...
- See Also:
-
INTERSECTS_VALUE
public static final int INTERSECTS_VALUEThe 'Intersects' literal value.If the meaning of 'Intersects' literal object isn't clear, there really should be more of a description here...
- See Also:
-
TOUCHES_VALUE
public static final int TOUCHES_VALUEThe 'Touches' literal value.If the meaning of 'Touches' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CROSSES_VALUE
public static final int CROSSES_VALUEThe 'Crosses' literal value.If the meaning of 'Crosses' literal object isn't clear, there really should be more of a description here...
- See Also:
-
WITHIN_VALUE
public static final int WITHIN_VALUEThe 'Within' literal value.If the meaning of 'Within' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CONTAINS_VALUE
public static final int CONTAINS_VALUEThe 'Contains' literal value.If the meaning of 'Contains' literal object isn't clear, there really should be more of a description here...
- See Also:
-
OVERLAPS_VALUE
public static final int OVERLAPS_VALUEThe 'Overlaps' literal value.If the meaning of 'Overlaps' literal object isn't clear, there really should be more of a description here...
- See Also:
-
BEYOND_VALUE
public static final int BEYOND_VALUEThe 'Beyond' literal value.If the meaning of 'Beyond' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DWITHIN_VALUE
public static final int DWITHIN_VALUEThe 'DWithin' literal value.If the meaning of 'DWithin' literal object isn't clear, there really should be more of a description here...
- See Also:
-
VALUES
A public read-only list of all the 'Spatial Operator Name Type Member0' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Spatial Operator Name Type Member0' literal with the specified literal value. -
getByName
Returns the 'Spatial Operator Name Type Member0' literal with the specified name. -
get
Returns the 'Spatial Operator Name Type Member0' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceEnumerator
-
getName
- Specified by:
getName
in interfaceEnumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceEnumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<SpatialOperatorNameTypeMember0>
-