Package net.opengis.wcs11
Interface GetCoverageType
-
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
GetCoverageTypeImpl
public interface GetCoverageType extends RequestBaseType
A representation of the model object 'Get Coverage Type'.The following features are supported:
- See Also:
Wcs11Package.getGetCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainSubsetType
getDomainSubset()
Returns the value of the 'Domain Subset' containment reference.CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.OutputType
getOutput()
Returns the value of the 'Output' containment reference.RangeSubsetType
getRangeSubset()
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 RequestBaseType
getBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
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(CodeType)
,Wcs11Package.getGetCoverageType_Identifier()
-
setIdentifier
void setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
getIdentifier()
-
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(DomainSubsetType)
,Wcs11Package.getGetCoverageType_DomainSubset()
-
setDomainSubset
void setDomainSubset(DomainSubsetType value)
Sets the value of the 'Domain Subset
' containment reference.- Parameters:
value
- the new value of the 'Domain Subset' containment reference.- See Also:
getDomainSubset()
-
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(RangeSubsetType)
,Wcs11Package.getGetCoverageType_RangeSubset()
-
setRangeSubset
void setRangeSubset(RangeSubsetType value)
Sets the value of the 'Range Subset
' containment reference.- Parameters:
value
- the new value of the 'Range Subset' containment reference.- See Also:
getRangeSubset()
-
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(OutputType)
,Wcs11Package.getGetCoverageType_Output()
-
setOutput
void setOutput(OutputType value)
Sets the value of the 'Output
' containment reference.- Parameters:
value
- the new value of the 'Output' containment reference.- See Also:
getOutput()
-
-