Package net.opengis.wcs20
Interface ContentsType
- All Superinterfaces:
ContentsBaseType
,EObject
,Notifier
- All Known Implementing Classes:
ContentsTypeImpl
A representation of the model object 'Contents Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<CoverageSummaryType>
Returns the value of the 'Coverage Summary' containment reference list.Returns the value of the 'Extension' containment reference.void
setExtension
(ExtensionType value) Sets the value of the 'Extension
' containment reference.Methods inherited from interface ContentsBaseType
getDatasetDescriptionSummary, getOtherSource
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
-
Method Details
-
getCoverageSummary
EList<CoverageSummaryType> getCoverageSummary()Returns the value of the 'Coverage Summary' containment reference list. The list contents are of typeCoverageSummaryType
. A CoverageSummary contains information essential for accessing a coverage served by a WCS. The CoverageId is the identifier used to address a particular coverage. The CoverageSubtype is the name of the root of this coverage when expressed in XML.- Returns:
- the value of the 'Coverage Summary' containment reference list.
- See Also:
-
getExtension
ExtensionType getExtension()Returns the value of the 'Extension' containment reference. Extension element used to hook in additional content e.g. in extensions or application profiles.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
-
setExtension
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
-