Interface CoverageDescriptionType

    • Method Detail

      • setIdentifier

        void setIdentifier​(String value)
        Sets the value of the 'Identifier' attribute.
        Parameters:
        value - the new value of the 'Identifier' attribute.
        See Also:
        getIdentifier()
      • 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 CoverageDescriptions could be specified in a WCS Application Profile.
        Returns:
        the value of the 'Metadata' containment reference list.
        See Also:
        Wcs111Package.getCoverageDescriptionType_Metadata()
      • setDomain

        void setDomain​(CoverageDomainType value)
        Sets the value of the 'Domain' containment reference.
        Parameters:
        value - the new value of the 'Domain' containment reference.
        See Also:
        getDomain()
      • setRange

        void setRange​(RangeType value)
        Sets the value of the 'Range' containment reference.
        Parameters:
        value - the new value of the 'Range' containment reference.
        See Also:
        getRange()
      • getSupportedCRS

        EList getSupportedCRS()
        Returns the value of the 'Supported CRS' attribute list. The list contents are of type String. Unordered list of references to all the coordinate reference systems in which GetCoverage operation requests and responses can be encoded for this coverage.
        Returns:
        the value of the 'Supported CRS' attribute list.
        See Also:
        Wcs111Package.getCoverageDescriptionType_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 all the formats in which GetCoverage operation responses can be encoded for this coverage.
        Returns:
        the value of the 'Supported Format' attribute list.
        See Also:
        Wcs111Package.getCoverageDescriptionType_SupportedFormat()