Package net.opengis.wcs11
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:
Wcs111Package.getDescribeCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getIdentifier()
Returns the value of the 'Identifier' attribute 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 RequestBaseType
getBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
getIdentifier
EList getIdentifier()
Returns the value of the 'Identifier' attribute list. The list contents are of typeString
. 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 'Identifier' attribute list.
- See Also:
Wcs111Package.getDescribeCoverageType_Identifier()
-
-