Interface CoverageSummaryType

    • Method Detail

      • getMetadata

        EList getMetadata()
        Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. Optional unordered list of more metadata elements about this coverage. A list of metadata elements for CoverageSummaries could be specified in a WCS Application Profile.
        Returns:
        the value of the 'Metadata' containment reference list.
        See Also:
        Wcs111Package.getCoverageSummaryType_Metadata()
      • getWGS84BoundingBox

        EList getWGS84BoundingBox()
        Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of type WGS84BoundingBoxType. Unordered list of minimum bounding rectangles surrounding coverage data, using WGS 84 CRS with decimal degrees and longitude before latitude. These bounding boxes shall also apply to lower-level CoverageSummaries under this CoverageSummary, unless other bounding boxes are specified.
        Returns:
        the value of the 'WGS84 Bounding Box' containment reference list.
        See Also:
        Wcs111Package.getCoverageSummaryType_WGS84BoundingBox()
      • getSupportedCRS

        EList getSupportedCRS()
        Returns the value of the 'Supported CRS' attribute list. The list contents are of type String. Unordered list of references to CRSs in which GetCoverage operation requests and responses may be expressed. These CRSs shall also apply to all lower-level CoverageSummaries under this CoverageSummary, in addition to any other CRSs referenced.
        Returns:
        the value of the 'Supported CRS' attribute list.
        See Also:
        Wcs111Package.getCoverageSummaryType_SupportedCRS()
      • getSupportedFormat

        EList getSupportedFormat()
        Returns the value of the 'Supported Format' attribute list. The list contents are of type String. Unordered list of identifiers of formats in which GetCoverage operation responses may be encoded. These formats shall also apply to all lower-level CoverageSummaries under this CoverageSummary, in addition to any other formats identified.
        Returns:
        the value of the 'Supported Format' attribute list.
        See Also:
        Wcs111Package.getCoverageSummaryType_SupportedFormat()
      • getCoverageSummary

        EList getCoverageSummary()
        Returns the value of the 'Coverage Summary' containment reference list. The list contents are of type CoverageSummaryType. Unordered list of lower-level CoverageSummaries under this CoverageSummary.
        Returns:
        the value of the 'Coverage Summary' containment reference list.
        See Also:
        Wcs111Package.getCoverageSummaryType_CoverageSummary()
      • getIdentifier

        String getIdentifier()
        Returns the value of the 'Identifier' attribute. Optional identifier of this coverage. This identifier shall be included only when this coverage can be accessed by the GetCoverage operation, and the CoverageDescription can be accessed by the DescribeCoverage operation. This identifier must be unique for this WCS server.
        Returns:
        the value of the 'Identifier' attribute.
        See Also:
        setIdentifier(String), Wcs111Package.getCoverageSummaryType_Identifier()
      • setIdentifier

        void setIdentifier​(String value)
        Sets the value of the 'Identifier' attribute.
        Parameters:
        value - the new value of the 'Identifier' attribute.
        See Also:
        getIdentifier()
      • setIdentifier1

        void setIdentifier1​(String value)
        Sets the value of the 'Identifier1' attribute.
        Parameters:
        value - the new value of the 'Identifier1' attribute.
        See Also:
        getIdentifier1()