Package net.opengis.wcs11
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.
-
-
-
Method Detail
-
getCoverage
EList getCoverage()
Returns the value of the 'Coverage' containment reference list. The list contents are of typeReferenceGroupType
. 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()
-
-