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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainSubsetTypegetDomainSubset()Returns the value of the 'Domain Subset' containment reference.CodeTypegetIdentifier()Returns the value of the 'Identifier' containment reference.OutputTypegetOutput()Returns the value of the 'Output' containment reference.RangeSubsetTypegetRangeSubset()Returns the value of the 'Range Subset' containment reference.voidsetDomainSubset(DomainSubsetType value)Sets the value of the 'Domain Subset' containment reference.voidsetIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidsetOutput(OutputType value)Sets the value of the 'Output' containment reference.voidsetRangeSubset(RangeSubsetType value)Sets the value of the 'Range Subset' containment reference.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface RequestBaseTypegetBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierCodeType 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()
 
 - 
setIdentifiervoid setIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.- Parameters:
- value- the new value of the 'Identifier' containment reference.
- See Also:
- getIdentifier()
 
 - 
getDomainSubsetDomainSubsetType 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()
 
 - 
setDomainSubsetvoid 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()
 
 - 
getRangeSubsetRangeSubsetType 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()
 
 - 
setRangeSubsetvoid 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()
 
 - 
getOutputOutputType 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()
 
 - 
setOutputvoid setOutput(OutputType value) Sets the value of the 'Output' containment reference.- Parameters:
- value- the new value of the 'Output' containment reference.
- See Also:
- getOutput()
 
 
- 
 
-