net.opengis.wcs11
Interface CoveragesType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CoveragesTypeImpl

public interface CoveragesType
extends org.eclipse.emf.ecore.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
 org.eclipse.emf.common.util.EList getCoverage()
          Returns the value of the 'Coverage' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCoverage

org.eclipse.emf.common.util.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()


Copyright © 1996-2010 Geotools. All Rights Reserved.