Package net.opengis.wcs10
Interface DescribeCoverageType1
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DescribeCoverageType1Impl
public interface DescribeCoverageType1 extends EObject
A representation of the model object 'Describe Coverage Type1'.The following features are supported:
- See Also:
Wcs10Package.getDescribeCoverageType1()
-
-
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.getDescribeCoverageType1_DCPType()
-
-