Package net.opengis.wcs20
Interface DescribeCoverageType
- 
- All Superinterfaces:
- EObject,- Notifier,- RequestBaseType
 - All Known Implementing Classes:
- DescribeCoverageTypeImpl
 
 public interface DescribeCoverageType extends RequestBaseType A representation of the model object 'Describe Coverage Type'.The following features are supported: - See Also:
- Wcs20Package.getDescribeCoverageType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>getCoverageId()Returns the value of the 'Coverage Id' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface RequestBaseTypegetBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
 
- 
 
- 
- 
- 
Method Detail- 
getCoverageIdEList<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()
 
 
- 
 
-