Interface GeometryOperandsType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  GeometryOperandsType.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
    • Field Detail

      • type

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

      • getGeometryOperandArray

        QName[] getGeometryOperandArray()
        Gets array of all "GeometryOperand" elements
      • getGeometryOperandArray

        QName getGeometryOperandArray​(int i)
        Gets ith "GeometryOperand" element
      • xgetGeometryOperandArray

        GeometryOperandType[] xgetGeometryOperandArray()
        Gets (as xml) array of all "GeometryOperand" elements
      • xgetGeometryOperandArray

        GeometryOperandType xgetGeometryOperandArray​(int i)
        Gets (as xml) ith "GeometryOperand" element
      • sizeOfGeometryOperandArray

        int sizeOfGeometryOperandArray()
        Returns number of "GeometryOperand" element
      • setGeometryOperandArray

        void setGeometryOperandArray​(QName[] geometryOperandArray)
        Sets array of all "GeometryOperand" element
      • setGeometryOperandArray

        void setGeometryOperandArray​(int i,
                                     QName geometryOperand)
        Sets ith "GeometryOperand" element
      • xsetGeometryOperandArray

        void xsetGeometryOperandArray​(GeometryOperandType[] geometryOperandArray)
        Sets (as xml) array of all "GeometryOperand" element
      • xsetGeometryOperandArray

        void xsetGeometryOperandArray​(int i,
                                      GeometryOperandType geometryOperand)
        Sets (as xml) ith "GeometryOperand" element
      • insertGeometryOperand

        void insertGeometryOperand​(int i,
                                   QName geometryOperand)
        Inserts the value as the ith "GeometryOperand" element
      • addGeometryOperand

        void addGeometryOperand​(QName geometryOperand)
        Appends the value as the last "GeometryOperand" element
      • insertNewGeometryOperand

        GeometryOperandType insertNewGeometryOperand​(int i)
        Inserts and returns a new empty value (as xml) as the ith "GeometryOperand" element
      • addNewGeometryOperand

        GeometryOperandType addNewGeometryOperand()
        Appends and returns a new empty value (as xml) as the last "GeometryOperand" element
      • removeGeometryOperand

        void removeGeometryOperand​(int i)
        Removes the ith "GeometryOperand" element