Package net.opengis.wcs20
Interface DescribeCoverageType
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
DescribeCoverageTypeImpl
A representation of the model object 'Describe Coverage Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<String>
Returns the value of the 'Coverage Id' attribute.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
Methods inherited from interface RequestBaseType
getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
-
Method Details
-
getCoverageId
EList<String> getCoverageId()Returns the value of the 'Coverage Id' attribute. Unordered list of identifiers of desired coverages. A client can obtain identifiers by a prior GetCapabilities request, or from a third-party source.- Returns:
- the value of the 'Coverage Id' attribute.
- See Also:
-
#setCoverageId(String)
Wcs20Package.getDescribeCoverageType_CoverageId()
-