Interface CoverageSummaryType

All Superinterfaces:
DescriptionType, EObject, Notifier
All Known Implementing Classes:
CoverageSummaryTypeImpl

public interface CoverageSummaryType extends DescriptionType
A representation of the model object 'Coverage Summary Type'. Brief metadata describing one or more coverages available from this WCS server.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    Returns the value of the 'Coverage Summary' containment reference list.
    Returns the value of the 'Identifier' attribute.
    Returns the value of the 'Identifier1' attribute.
    EList
    Returns the value of the 'Metadata' containment reference list.
    EList
    Returns the value of the 'Supported CRS' attribute list.
    EList
    Returns the value of the 'Supported Format' attribute list.
    EList
    Returns the value of the 'WGS84 Bounding Box' containment reference list.
    void
    Sets the value of the 'Identifier' attribute.
    void
    Sets the value of the 'Identifier1' attribute.

    Methods inherited from interface DescriptionType

    getAbstract, getKeywords, getTitle

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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

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

      String getIdentifier1()
      Returns the value of the 'Identifier1' attribute. Identifier of this coverage. This identifier must be unique for this WCS server.
      Returns:
      the value of the 'Identifier1' attribute.
      See Also:
    • setIdentifier1

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