Interface SpatialOperatorsType

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

    public interface SpatialOperatorsType
    extends org.apache.xmlbeans.XmlObject
    An XML SpatialOperatorsType(@http://www.opengis.net/ogc). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  SpatialOperatorsType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SpatialOperatorType addNewSpatialOperator()
      Appends and returns a new empty value (as xml) as the last "SpatialOperator" element
      SpatialOperatorType[] getSpatialOperatorArray()
      Gets array of all "SpatialOperator" elements
      SpatialOperatorType getSpatialOperatorArray​(int i)
      Gets ith "SpatialOperator" element
      SpatialOperatorType insertNewSpatialOperator​(int i)
      Inserts and returns a new empty value (as xml) as the ith "SpatialOperator" element
      void removeSpatialOperator​(int i)
      Removes the ith "SpatialOperator" element
      void setSpatialOperatorArray​(int i, SpatialOperatorType spatialOperator)
      Sets ith "SpatialOperator" element
      void setSpatialOperatorArray​(SpatialOperatorType[] spatialOperatorArray)
      Sets array of all "SpatialOperator" element
      int sizeOfSpatialOperatorArray()
      Returns number of "SpatialOperator" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getSpatialOperatorArray

        SpatialOperatorType[] getSpatialOperatorArray()
        Gets array of all "SpatialOperator" elements
      • getSpatialOperatorArray

        SpatialOperatorType getSpatialOperatorArray​(int i)
        Gets ith "SpatialOperator" element
      • sizeOfSpatialOperatorArray

        int sizeOfSpatialOperatorArray()
        Returns number of "SpatialOperator" element
      • setSpatialOperatorArray

        void setSpatialOperatorArray​(SpatialOperatorType[] spatialOperatorArray)
        Sets array of all "SpatialOperator" element
      • setSpatialOperatorArray

        void setSpatialOperatorArray​(int i,
                                     SpatialOperatorType spatialOperator)
        Sets ith "SpatialOperator" element
      • insertNewSpatialOperator

        SpatialOperatorType insertNewSpatialOperator​(int i)
        Inserts and returns a new empty value (as xml) as the ith "SpatialOperator" element
      • addNewSpatialOperator

        SpatialOperatorType addNewSpatialOperator()
        Appends and returns a new empty value (as xml) as the last "SpatialOperator" element
      • removeSpatialOperator

        void removeSpatialOperator​(int i)
        Removes the ith "SpatialOperator" element