Interface GetCoverageType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetCoverageTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionAn extended property of the model which allows client code to specify a base url with this object.Returns the value of the 'Domain Subset' containment reference.Extended model properties.Returns the value of the 'Interpolation Method' attribute.Returns the value of the 'Output' containment reference.Returns the value of the 'Range Subset' containment reference.Returns the value of the 'Service' attribute.Returns the value of the 'Source Coverage' attribute.Returns the value of the 'Version' attribute.boolean
Returns whether the value of the 'Interpolation Method
' attribute is set.boolean
Returns whether the value of the 'Service
' attribute is set.boolean
Returns whether the value of the 'Version
' attribute is set.void
setBaseUrl
(String value) Sets the value of the 'Base Url
' attribute.void
setDomainSubset
(DomainSubsetType value) Sets the value of the 'Domain Subset
' containment reference.void
setExtendedProperties
(Map value) Sets the value of the 'Extended Properties
' attribute.void
Sets the value of the 'Interpolation Method
' attribute.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.void
setService
(String value) Sets the value of the 'Service
' attribute.void
setSourceCoverage
(String value) Sets the value of the 'Source Coverage
' attribute.void
setVersion
(String value) Sets the value of the 'Version
' attribute.void
Unsets the value of the 'Interpolation Method
' attribute.void
Unsets the value of the 'Service
' attribute.void
Unsets the value of the 'Version
' attribute.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
-
getSourceCoverage
String getSourceCoverage()Returns the value of the 'Source Coverage' attribute. The coverage offering (identified by its "name") that this request will draw from.- Returns:
- the value of the 'Source Coverage' attribute.
- See Also:
-
setSourceCoverage
Sets the value of the 'Source Coverage
' attribute.- Parameters:
value
- the new value of the 'Source Coverage' attribute.- 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.If the meaning of the 'Range Subset' containment reference isn't clear, there really should be more of a description here...
- 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:
-
getInterpolationMethod
InterpolationMethodType getInterpolationMethod()Returns the value of the 'Interpolation Method' attribute. The default value is"nearest neighbor"
. The literals are from the enumerationInterpolationMethodType
. Spatial interpolation method to be used in resampling data from its original form to the requested CRS and/or grid size. Method shall be among those listed for the requested coverage in the DescribeCoverage response.- Returns:
- the value of the 'Interpolation Method' attribute.
- See Also:
-
setInterpolationMethod
Sets the value of the 'Interpolation Method
' attribute.- Parameters:
value
- the new value of the 'Interpolation Method' attribute.- See Also:
-
unsetInterpolationMethod
void unsetInterpolationMethod()Unsets the value of the 'Interpolation Method
' attribute. -
isSetInterpolationMethod
boolean isSetInterpolationMethod()Returns whether the value of the 'Interpolation Method
' attribute is set.- Returns:
- whether the value of the 'Interpolation Method' attribute is set.
- 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:
-
getService
String getService()Returns the value of the 'Service' attribute. The default value is"WCS"
.If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service' attribute.
- See Also:
-
setService
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
-
unsetService
void unsetService()Unsets the value of the 'Service
' attribute.- See Also:
-
isSetService
boolean isSetService()Returns whether the value of the 'Service
' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. The default value is"1.0.0"
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-
unsetVersion
void unsetVersion()Unsets the value of the 'Version
' attribute.- See Also:
-
isSetVersion
boolean isSetVersion()Returns whether the value of the 'Version
' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
-
getBaseUrl
String getBaseUrl()An extended property of the model which allows client code to specify a base url with this object. -
setBaseUrl
Sets the value of the 'Base Url
' attribute.- Parameters:
value
- the new value of the 'Base Url' attribute.- See Also:
-
getExtendedProperties
Map getExtendedProperties()Extended model properties.This map allows client to store additional properties with the this request object, properties that are not part of the model proper.
-
setExtendedProperties
Sets the value of the 'Extended Properties
' attribute.- Parameters:
value
- the new value of the 'Extended Properties' attribute.- See Also:
-