Enum SpatialOperatorNameTypeMember0

    • 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
    • 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 name
        NullPointerException - if the argument is null
      • 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