Interface CoordType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  CoordType.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
      BigDecimal getX()
      Gets the "X" element
      BigDecimal getY()
      Gets the "Y" element
      BigDecimal getZ()
      Gets the "Z" element
      boolean isSetY()
      True if has "Y" element
      boolean isSetZ()
      True if has "Z" element
      void setX​(BigDecimal x)
      Sets the "X" element
      void setY​(BigDecimal y)
      Sets the "Y" element
      void setZ​(BigDecimal z)
      Sets the "Z" element
      void unsetY()
      Unsets the "Y" element
      void unsetZ()
      Unsets the "Z" element
      org.apache.xmlbeans.XmlDecimal xgetX()
      Gets (as xml) the "X" element
      org.apache.xmlbeans.XmlDecimal xgetY()
      Gets (as xml) the "Y" element
      org.apache.xmlbeans.XmlDecimal xgetZ()
      Gets (as xml) the "Z" element
      void xsetX​(org.apache.xmlbeans.XmlDecimal x)
      Sets (as xml) the "X" element
      void xsetY​(org.apache.xmlbeans.XmlDecimal y)
      Sets (as xml) the "Y" element
      void xsetZ​(org.apache.xmlbeans.XmlDecimal z)
      Sets (as xml) the "Z" 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

      • xgetX

        org.apache.xmlbeans.XmlDecimal xgetX()
        Gets (as xml) the "X" element
      • setX

        void setX​(BigDecimal x)
        Sets the "X" element
      • xsetX

        void xsetX​(org.apache.xmlbeans.XmlDecimal x)
        Sets (as xml) the "X" element
      • xgetY

        org.apache.xmlbeans.XmlDecimal xgetY()
        Gets (as xml) the "Y" element
      • isSetY

        boolean isSetY()
        True if has "Y" element
      • setY

        void setY​(BigDecimal y)
        Sets the "Y" element
      • xsetY

        void xsetY​(org.apache.xmlbeans.XmlDecimal y)
        Sets (as xml) the "Y" element
      • unsetY

        void unsetY()
        Unsets the "Y" element
      • xgetZ

        org.apache.xmlbeans.XmlDecimal xgetZ()
        Gets (as xml) the "Z" element
      • isSetZ

        boolean isSetZ()
        True if has "Z" element
      • setZ

        void setZ​(BigDecimal z)
        Sets the "Z" element
      • xsetZ

        void xsetZ​(org.apache.xmlbeans.XmlDecimal z)
        Sets (as xml) the "Z" element
      • unsetZ

        void unsetZ()
        Unsets the "Z" element