Interface EnvelopeType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Subinterfaces:
    EnvelopeWithTimePeriodType
    All Known Implementing Classes:
    EnvelopeTypeImpl, EnvelopeWithTimePeriodTypeImpl

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

      • type

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

      • isSetLowerCorner

        boolean isSetLowerCorner()
        True if has "lowerCorner" element
      • setLowerCorner

        void setLowerCorner​(DirectPositionType lowerCorner)
        Sets the "lowerCorner" element
      • addNewLowerCorner

        DirectPositionType addNewLowerCorner()
        Appends and returns a new empty "lowerCorner" element
      • unsetLowerCorner

        void unsetLowerCorner()
        Unsets the "lowerCorner" element
      • isSetUpperCorner

        boolean isSetUpperCorner()
        True if has "upperCorner" element
      • setUpperCorner

        void setUpperCorner​(DirectPositionType upperCorner)
        Sets the "upperCorner" element
      • addNewUpperCorner

        DirectPositionType addNewUpperCorner()
        Appends and returns a new empty "upperCorner" element
      • unsetUpperCorner

        void unsetUpperCorner()
        Unsets the "upperCorner" element
      • sizeOfPosArray

        int sizeOfPosArray()
        Returns number of "pos" element
      • setPosArray

        void setPosArray​(DirectPositionType[] posArray)
        Sets array of all "pos" element
      • setPosArray

        void setPosArray​(int i,
                         DirectPositionType pos)
        Sets ith "pos" element
      • insertNewPos

        DirectPositionType insertNewPos​(int i)
        Inserts and returns a new empty value (as xml) as the ith "pos" element
      • addNewPos

        DirectPositionType addNewPos()
        Appends and returns a new empty value (as xml) as the last "pos" element
      • removePos

        void removePos​(int i)
        Removes the ith "pos" element
      • getCoordinates

        CoordinatesType getCoordinates()
        Gets the "coordinates" element
      • isSetCoordinates

        boolean isSetCoordinates()
        True if has "coordinates" element
      • setCoordinates

        void setCoordinates​(CoordinatesType coordinates)
        Sets the "coordinates" element
      • addNewCoordinates

        CoordinatesType addNewCoordinates()
        Appends and returns a new empty "coordinates" element
      • unsetCoordinates

        void unsetCoordinates()
        Unsets the "coordinates" element
      • getSrsName

        String getSrsName()
        Gets the "srsName" attribute
      • xgetSrsName

        org.apache.xmlbeans.XmlAnyURI xgetSrsName()
        Gets (as xml) the "srsName" attribute
      • isSetSrsName

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

        void setSrsName​(String srsName)
        Sets the "srsName" attribute
      • xsetSrsName

        void xsetSrsName​(org.apache.xmlbeans.XmlAnyURI srsName)
        Sets (as xml) the "srsName" attribute
      • unsetSrsName

        void unsetSrsName()
        Unsets the "srsName" attribute
      • getSrsDimension

        BigInteger getSrsDimension()
        Gets the "srsDimension" attribute
      • xgetSrsDimension

        org.apache.xmlbeans.XmlPositiveInteger xgetSrsDimension()
        Gets (as xml) the "srsDimension" attribute
      • isSetSrsDimension

        boolean isSetSrsDimension()
        True if has "srsDimension" attribute
      • setSrsDimension

        void setSrsDimension​(BigInteger srsDimension)
        Sets the "srsDimension" attribute
      • xsetSrsDimension

        void xsetSrsDimension​(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
        Sets (as xml) the "srsDimension" attribute
      • unsetSrsDimension

        void unsetSrsDimension()
        Unsets the "srsDimension" attribute
      • getAxisLabels

        List getAxisLabels()
        Gets the "axisLabels" attribute
      • xgetAxisLabels

        NCNameList xgetAxisLabels()
        Gets (as xml) the "axisLabels" attribute
      • isSetAxisLabels

        boolean isSetAxisLabels()
        True if has "axisLabels" attribute
      • setAxisLabels

        void setAxisLabels​(List axisLabels)
        Sets the "axisLabels" attribute
      • xsetAxisLabels

        void xsetAxisLabels​(NCNameList axisLabels)
        Sets (as xml) the "axisLabels" attribute
      • unsetAxisLabels

        void unsetAxisLabels()
        Unsets the "axisLabels" attribute
      • getUomLabels

        List getUomLabels()
        Gets the "uomLabels" attribute
      • xgetUomLabels

        NCNameList xgetUomLabels()
        Gets (as xml) the "uomLabels" attribute
      • isSetUomLabels

        boolean isSetUomLabels()
        True if has "uomLabels" attribute
      • setUomLabels

        void setUomLabels​(List uomLabels)
        Sets the "uomLabels" attribute
      • xsetUomLabels

        void xsetUomLabels​(NCNameList uomLabels)
        Sets (as xml) the "uomLabels" attribute
      • unsetUomLabels

        void unsetUomLabels()
        Unsets the "uomLabels" attribute