Interface SpatialDomainType

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

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

      • type

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

      • getBoundingBoxArray

        BoundingBoxType[] getBoundingBoxArray()
        Gets array of all "BoundingBox" elements
      • getBoundingBoxArray

        BoundingBoxType getBoundingBoxArray​(int i)
        Gets ith "BoundingBox" element
      • sizeOfBoundingBoxArray

        int sizeOfBoundingBoxArray()
        Returns number of "BoundingBox" element
      • setBoundingBoxArray

        void setBoundingBoxArray​(BoundingBoxType[] boundingBoxArray)
        Sets array of all "BoundingBox" element
      • setBoundingBoxArray

        void setBoundingBoxArray​(int i,
                                 BoundingBoxType boundingBox)
        Sets ith "BoundingBox" element
      • insertNewBoundingBox

        BoundingBoxType insertNewBoundingBox​(int i)
        Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
      • addNewBoundingBox

        BoundingBoxType addNewBoundingBox()
        Appends and returns a new empty value (as xml) as the last "BoundingBox" element
      • removeBoundingBox

        void removeBoundingBox​(int i)
        Removes the ith "BoundingBox" element
      • getGridCRS

        GridCrsType getGridCRS()
        Gets the "GridCRS" element
      • isSetGridCRS

        boolean isSetGridCRS()
        True if has "GridCRS" element
      • setGridCRS

        void setGridCRS​(GridCrsType gridCRS)
        Sets the "GridCRS" element
      • addNewGridCRS

        GridCrsType addNewGridCRS()
        Appends and returns a new empty "GridCRS" element
      • unsetGridCRS

        void unsetGridCRS()
        Unsets the "GridCRS" element
      • isSetCoordinateOperation

        boolean isSetCoordinateOperation()
        True if has "_CoordinateOperation" element
      • unsetCoordinateOperation

        void unsetCoordinateOperation()
        Unsets the "_CoordinateOperation" element
      • isSetImageCRS

        boolean isSetImageCRS()
        True if has "ImageCRS" element
      • setImageCRS

        void setImageCRS​(ImageCRSRefType imageCRS)
        Sets the "ImageCRS" element
      • addNewImageCRS

        ImageCRSRefType addNewImageCRS()
        Appends and returns a new empty "ImageCRS" element
      • unsetImageCRS

        void unsetImageCRS()
        Unsets the "ImageCRS" element
      • getPolygonArray

        PolygonType[] getPolygonArray()
        Gets array of all "Polygon" elements
      • getPolygonArray

        PolygonType getPolygonArray​(int i)
        Gets ith "Polygon" element
      • sizeOfPolygonArray

        int sizeOfPolygonArray()
        Returns number of "Polygon" element
      • setPolygonArray

        void setPolygonArray​(PolygonType[] polygonArray)
        Sets array of all "Polygon" element
      • setPolygonArray

        void setPolygonArray​(int i,
                             PolygonType polygon)
        Sets ith "Polygon" element
      • insertNewPolygon

        PolygonType insertNewPolygon​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Polygon" element
      • addNewPolygon

        PolygonType addNewPolygon()
        Appends and returns a new empty value (as xml) as the last "Polygon" element
      • removePolygon

        void removePolygon​(int i)
        Removes the ith "Polygon" element