Interface ContentsType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getCoverageSummary()
      Returns the value of the 'Coverage Summary' containment reference list.
      EList getOtherSource()
      Returns the value of the 'Other Source' containment reference list.
      EList getSupportedCRS()
      Returns the value of the 'Supported CRS' attribute list.
      EList getSupportedFormat()
      Returns the value of the 'Supported Format' attribute list.
      • 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 Detail

      • getCoverageSummary

        EList getCoverageSummary()
        Returns the value of the 'Coverage Summary' containment reference list. The list contents are of type CoverageSummaryType. Unordered list of brief metadata describing top-level coverages available from this WCS server. This list shall be included unless one or more OtherSources are referenced and all this metadata is available from those sources.
        Returns:
        the value of the 'Coverage Summary' containment reference list.
        See Also:
        Wcs111Package.getContentsType_CoverageSummary()
      • getSupportedCRS

        EList getSupportedCRS()
        Returns the value of the 'Supported CRS' attribute list. The list contents are of type String. Unordered list of references to coordinate reference systems in which GetCoverage operation requests and responses may be expressed. This list of SupportedCRSs shall be the union of all of the supported CRSs in all of the nested CoverageSummaries. Servers should include this list since it reduces the work clients need to do to determine that they can interoperate with the server. There may be a dependency of SupportedCRS on SupportedFormat, as described in Subclause 10.3.5.
        Returns:
        the value of the 'Supported CRS' attribute list.
        See Also:
        Wcs111Package.getContentsType_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 response may be encoded. This list of SupportedFormats shall be the union of all of the supported formats in all of the nested CoverageSummaries. Servers should include this list since it reduces the work clients need to do to determine that they can interoperate with the server. There may be a dependency of SupportedCRS on SupportedFormat, as described in clause 10.3.5.
        Returns:
        the value of the 'Supported Format' attribute list.
        See Also:
        Wcs111Package.getContentsType_SupportedFormat()
      • getOtherSource

        EList getOtherSource()
        Returns the value of the 'Other Source' containment reference list. The list contents are of type OnlineResourceType. Unordered list of references to other sources of coverage metadata. This list shall be included unless one or more CoverageSummaries are included.
        Returns:
        the value of the 'Other Source' containment reference list.
        See Also:
        Wcs111Package.getContentsType_OtherSource()