Interface FilterType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    FilterTypeImpl

    public interface FilterType
    extends org.apache.xmlbeans.XmlObject
    An XML FilterType(@http://www.opengis.net/ogc). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getSpatialOps

        SpatialOpsType getSpatialOps()
        Gets the "spatialOps" element
      • isSetSpatialOps

        boolean isSetSpatialOps()
        True if has "spatialOps" element
      • setSpatialOps

        void setSpatialOps​(SpatialOpsType spatialOps)
        Sets the "spatialOps" element
      • addNewSpatialOps

        SpatialOpsType addNewSpatialOps()
        Appends and returns a new empty "spatialOps" element
      • unsetSpatialOps

        void unsetSpatialOps()
        Unsets the "spatialOps" element
      • getComparisonOps

        ComparisonOpsType getComparisonOps()
        Gets the "comparisonOps" element
      • isSetComparisonOps

        boolean isSetComparisonOps()
        True if has "comparisonOps" element
      • setComparisonOps

        void setComparisonOps​(ComparisonOpsType comparisonOps)
        Sets the "comparisonOps" element
      • addNewComparisonOps

        ComparisonOpsType addNewComparisonOps()
        Appends and returns a new empty "comparisonOps" element
      • unsetComparisonOps

        void unsetComparisonOps()
        Unsets the "comparisonOps" element
      • getLogicOps

        LogicOpsType getLogicOps()
        Gets the "logicOps" element
      • isSetLogicOps

        boolean isSetLogicOps()
        True if has "logicOps" element
      • setLogicOps

        void setLogicOps​(LogicOpsType logicOps)
        Sets the "logicOps" element
      • addNewLogicOps

        LogicOpsType addNewLogicOps()
        Appends and returns a new empty "logicOps" element
      • unsetLogicOps

        void unsetLogicOps()
        Unsets the "logicOps" element
      • getIdArray

        AbstractIdType[] getIdArray()
        Gets array of all "_Id" elements
      • getIdArray

        AbstractIdType getIdArray​(int i)
        Gets ith "_Id" element
      • sizeOfIdArray

        int sizeOfIdArray()
        Returns number of "_Id" element
      • setIdArray

        void setIdArray​(AbstractIdType[] idArray)
        Sets array of all "_Id" element
      • setIdArray

        void setIdArray​(int i,
                        AbstractIdType id)
        Sets ith "_Id" element
      • insertNewId

        AbstractIdType insertNewId​(int i)
        Inserts and returns a new empty value (as xml) as the ith "_Id" element
      • addNewId

        AbstractIdType addNewId()
        Appends and returns a new empty value (as xml) as the last "_Id" element
      • removeId

        void removeId​(int i)
        Removes the ith "_Id" element