Package net.opengis.wcs10
Interface GetCoverageType1
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetCoverageType1Impl
public interface GetCoverageType1 extends EObject
A representation of the model object 'Get Coverage Type1'.The following features are supported:
- See Also:
Wcs10Package.getGetCoverageType1()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getDCPType()
Returns the value of the 'DCP Type' containment reference list.
-
-
-
Method Detail
-
getDCPType
EList getDCPType()
Returns the value of the 'DCP Type' containment reference list. The list contents are of typeDCPTypeType
.If the meaning of the 'DCP Type' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'DCP Type' containment reference list.
- See Also:
Wcs10Package.getGetCoverageType1_DCPType()
-
-