Interface DomainSubsetType

    • Method Detail

      • getBoundingBoxGroup

        FeatureMap getBoundingBoxGroup()
        Returns the value of the 'Bounding Box Group' attribute list. The list contents are of type FeatureMap.Entry. Definition of desired spatial subset of a coverage domain. When the entire spatial extent of this coverage is desired, this BoundingBox can be copied from the Domain part of the Coverage Description. However, the entire spatial extent may be larger than a WCS server can output, in which case the server shall respond with an error message. Notice that WCS use of this BoundingBox is further specified in specification Subclause 7.5.
        Returns:
        the value of the 'Bounding Box Group' attribute list.
        See Also:
        Wcs111Package.getDomainSubsetType_BoundingBoxGroup()
      • getBoundingBox

        BoundingBoxType getBoundingBox()
        Returns the value of the 'Bounding Box' containment reference. Definition of desired spatial subset of a coverage domain. When the entire spatial extent of this coverage is desired, this BoundingBox can be copied from the Domain part of the Coverage Description. However, the entire spatial extent may be larger than a WCS server can output, in which case the server shall respond with an error message. Notice that WCS use of this BoundingBox is further specified in specification Subclause 7.5.
        Returns:
        the value of the 'Bounding Box' containment reference.
        See Also:
        setBoundingBox(BoundingBoxType), Wcs111Package.getDomainSubsetType_BoundingBox()
      • setBoundingBox

        void setBoundingBox​(BoundingBoxType value)
        Sets the value of the 'Bounding Box' containment reference.
        Parameters:
        value - the new value of the 'Bounding Box' containment reference.
        See Also:
        getBoundingBox()