net.opengis.wcs11
Interface GetCoverageType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.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:
Wcs111Package.getGetCoverageType()

Method Summary
 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 net.opengis.wcs11.RequestBaseType
getBaseUrl, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setService, setVersion, unsetService, unsetVersion
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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), Wcs111Package.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), Wcs111Package.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), Wcs111Package.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), Wcs111Package.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()


Copyright © 1996-2010 Geotools. All Rights Reserved.