Interface GridCrsType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  GridCrsType.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
      CodeType addNewSrsName()
      Appends and returns a new empty "srsName" element
      String getGridBaseCRS()
      Gets the "GridBaseCRS" element
      String getGridCS()
      Gets the "GridCS" element
      List getGridOffsets()
      Gets the "GridOffsets" element
      List getGridOrigin()
      Gets the "GridOrigin" element
      String getGridType()
      Gets the "GridType" element
      String getId()
      Gets the "id" attribute
      CodeType getSrsName()
      Gets the "srsName" element
      boolean isSetGridCS()
      True if has "GridCS" element
      boolean isSetGridOrigin()
      True if has "GridOrigin" element
      boolean isSetGridType()
      True if has "GridType" element
      boolean isSetId()
      True if has "id" attribute
      boolean isSetSrsName()
      True if has "srsName" element
      void setGridBaseCRS​(String gridBaseCRS)
      Sets the "GridBaseCRS" element
      void setGridCS​(String gridCS)
      Sets the "GridCS" element
      void setGridOffsets​(List gridOffsets)
      Sets the "GridOffsets" element
      void setGridOrigin​(List gridOrigin)
      Sets the "GridOrigin" element
      void setGridType​(String gridType)
      Sets the "GridType" element
      void setId​(String id)
      Sets the "id" attribute
      void setSrsName​(CodeType srsName)
      Sets the "srsName" element
      void unsetGridCS()
      Unsets the "GridCS" element
      void unsetGridOrigin()
      Unsets the "GridOrigin" element
      void unsetGridType()
      Unsets the "GridType" element
      void unsetId()
      Unsets the "id" attribute
      void unsetSrsName()
      Unsets the "srsName" element
      org.apache.xmlbeans.XmlAnyURI xgetGridBaseCRS()
      Gets (as xml) the "GridBaseCRS" element
      org.apache.xmlbeans.XmlAnyURI xgetGridCS()
      Gets (as xml) the "GridCS" element
      DoubleList xgetGridOffsets()
      Gets (as xml) the "GridOffsets" element
      DoubleList xgetGridOrigin()
      Gets (as xml) the "GridOrigin" element
      org.apache.xmlbeans.XmlAnyURI xgetGridType()
      Gets (as xml) the "GridType" element
      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "id" attribute
      void xsetGridBaseCRS​(org.apache.xmlbeans.XmlAnyURI gridBaseCRS)
      Sets (as xml) the "GridBaseCRS" element
      void xsetGridCS​(org.apache.xmlbeans.XmlAnyURI gridCS)
      Sets (as xml) the "GridCS" element
      void xsetGridOffsets​(DoubleList gridOffsets)
      Sets (as xml) the "GridOffsets" element
      void xsetGridOrigin​(DoubleList gridOrigin)
      Sets (as xml) the "GridOrigin" element
      void xsetGridType​(org.apache.xmlbeans.XmlAnyURI gridType)
      Sets (as xml) the "GridType" element
      void xsetId​(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "id" attribute
      • 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

      • getSrsName

        CodeType getSrsName()
        Gets the "srsName" element
      • isSetSrsName

        boolean isSetSrsName()
        True if has "srsName" element
      • setSrsName

        void setSrsName​(CodeType srsName)
        Sets the "srsName" element
      • addNewSrsName

        CodeType addNewSrsName()
        Appends and returns a new empty "srsName" element
      • unsetSrsName

        void unsetSrsName()
        Unsets the "srsName" element
      • getGridBaseCRS

        String getGridBaseCRS()
        Gets the "GridBaseCRS" element
      • xgetGridBaseCRS

        org.apache.xmlbeans.XmlAnyURI xgetGridBaseCRS()
        Gets (as xml) the "GridBaseCRS" element
      • setGridBaseCRS

        void setGridBaseCRS​(String gridBaseCRS)
        Sets the "GridBaseCRS" element
      • xsetGridBaseCRS

        void xsetGridBaseCRS​(org.apache.xmlbeans.XmlAnyURI gridBaseCRS)
        Sets (as xml) the "GridBaseCRS" element
      • getGridType

        String getGridType()
        Gets the "GridType" element
      • xgetGridType

        org.apache.xmlbeans.XmlAnyURI xgetGridType()
        Gets (as xml) the "GridType" element
      • isSetGridType

        boolean isSetGridType()
        True if has "GridType" element
      • setGridType

        void setGridType​(String gridType)
        Sets the "GridType" element
      • xsetGridType

        void xsetGridType​(org.apache.xmlbeans.XmlAnyURI gridType)
        Sets (as xml) the "GridType" element
      • unsetGridType

        void unsetGridType()
        Unsets the "GridType" element
      • getGridOrigin

        List getGridOrigin()
        Gets the "GridOrigin" element
      • xgetGridOrigin

        DoubleList xgetGridOrigin()
        Gets (as xml) the "GridOrigin" element
      • isSetGridOrigin

        boolean isSetGridOrigin()
        True if has "GridOrigin" element
      • setGridOrigin

        void setGridOrigin​(List gridOrigin)
        Sets the "GridOrigin" element
      • xsetGridOrigin

        void xsetGridOrigin​(DoubleList gridOrigin)
        Sets (as xml) the "GridOrigin" element
      • unsetGridOrigin

        void unsetGridOrigin()
        Unsets the "GridOrigin" element
      • getGridOffsets

        List getGridOffsets()
        Gets the "GridOffsets" element
      • xgetGridOffsets

        DoubleList xgetGridOffsets()
        Gets (as xml) the "GridOffsets" element
      • setGridOffsets

        void setGridOffsets​(List gridOffsets)
        Sets the "GridOffsets" element
      • xsetGridOffsets

        void xsetGridOffsets​(DoubleList gridOffsets)
        Sets (as xml) the "GridOffsets" element
      • getGridCS

        String getGridCS()
        Gets the "GridCS" element
      • xgetGridCS

        org.apache.xmlbeans.XmlAnyURI xgetGridCS()
        Gets (as xml) the "GridCS" element
      • isSetGridCS

        boolean isSetGridCS()
        True if has "GridCS" element
      • setGridCS

        void setGridCS​(String gridCS)
        Sets the "GridCS" element
      • xsetGridCS

        void xsetGridCS​(org.apache.xmlbeans.XmlAnyURI gridCS)
        Sets (as xml) the "GridCS" element
      • unsetGridCS

        void unsetGridCS()
        Unsets the "GridCS" element
      • getId

        String getId()
        Gets the "id" attribute
      • xgetId

        org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

        boolean isSetId()
        True if has "id" attribute
      • setId

        void setId​(String id)
        Sets the "id" attribute
      • xsetId

        void xsetId​(org.apache.xmlbeans.XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute