Package net.opengis.wcs11
Interface GetCoverageType
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
GetCoverageTypeImpl
A representation of the model object 'Get Coverage Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Domain Subset' containment reference.Returns the value of the 'Identifier' containment reference.Returns the value of the 'Output' containment reference.Returns the value of the 'Range Subset' containment reference.void
setDomainSubset
(DomainSubsetType value) Sets the value of the 'Domain Subset
' containment reference.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
setOutput
(OutputType value) Sets the value of the 'Output
' containment reference.void
setRangeSubset
(RangeSubsetType value) Sets the value of the 'Range Subset
' containment reference.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
Methods inherited from interface RequestBaseType
getBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
-
Method Details
-
getIdentifier
CodeType getIdentifier()Returns the value of the 'Identifier' containment reference. Identifier of the coverage that this GetCoverage operation request shall draw from.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
-
getDomainSubset
DomainSubsetType getDomainSubset()Returns the value of the 'Domain Subset' containment reference.If the meaning of the 'Domain Subset' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Subset' containment reference.
- See Also:
-
setDomainSubset
Sets the value of the 'Domain Subset
' containment reference.- Parameters:
value
- the new value of the 'Domain Subset' containment reference.- See Also:
-
getRangeSubset
RangeSubsetType getRangeSubset()Returns the value of the 'Range Subset' containment reference. Optional selection of a subset of the coverage's range.- Returns:
- the value of the 'Range Subset' containment reference.
- See Also:
-
setRangeSubset
Sets the value of the 'Range Subset
' containment reference.- Parameters:
value
- the new value of the 'Range Subset' containment reference.- See Also:
-
getOutput
OutputType getOutput()Returns the value of the 'Output' containment reference.If the meaning of the 'Output' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output' containment reference.
- See Also:
-
setOutput
Sets the value of the 'Output
' containment reference.- Parameters:
value
- the new value of the 'Output' containment reference.- See Also:
-