Enum Class SpatialOperatorNameTypeMember0

Object
Enum<SpatialOperatorNameTypeMember0>
SpatialOperatorNameTypeMember0
All Implemented Interfaces:
Serializable, Comparable<SpatialOperatorNameTypeMember0>, Constable, 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.
See Also:
  • Enum Constant Details

  • Field Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • VALUES

      public static final List<SpatialOperatorNameTypeMember0> VALUES
      A public read-only list of all the 'Spatial Operator Name Type Member0' enumerators.
  • Method Details

    • values

      public static SpatialOperatorNameTypeMember0[] 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

      public static SpatialOperatorNameTypeMember0 valueOf(String name)
      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 name
      NullPointerException - 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 interface Enumerator
    • getName

      public String getName()
      Specified by:
      getName in interface Enumerator
    • getLiteral

      public String getLiteral()
      Specified by:
      getLiteral in interface Enumerator
    • toString

      public String toString()
      Returns the literal value of the enumerator, which is its string representation.
      Overrides:
      toString in class Enum<SpatialOperatorNameTypeMember0>