Interface CoveragesType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    CoveragesTypeImpl

    public interface CoveragesType
    extends EObject
    A representation of the model object 'Coverages Type'. Group of coverages that can be used as the response from the WCS GetCoverage operation, allowing each coverage to include or reference multiple files. This Coverages element may also be used for outputs from, or inputs to, other OWS operations.

    The following features are supported:

    See Also:
    Wcs111Package.getCoveragesType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getCoverage()
      Returns the value of the 'Coverage' containment reference 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

      • getCoverage

        EList getCoverage()
        Returns the value of the 'Coverage' containment reference list. The list contents are of type ReferenceGroupType. Complete data for one coverage, referencing each coverage file either remotely or locally in the same message.
        Returns:
        the value of the 'Coverage' containment reference list.
        See Also:
        Wcs111Package.getCoveragesType_Coverage()