Interface GetCoverageType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
GetCoverageTypeImpl
public interface GetCoverageType extends EObjectA representation of the model object 'Get Coverage Type'.The following features are supported:
- See Also:
Wcs10Package.getGetCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()An extended property of the model which allows client code to specify a base url with this object.DomainSubsetTypegetDomainSubset()Returns the value of the 'Domain Subset' containment reference.MapgetExtendedProperties()Extended model properties.InterpolationMethodTypegetInterpolationMethod()Returns the value of the 'Interpolation Method' attribute.OutputTypegetOutput()Returns the value of the 'Output' containment reference.RangeSubsetTypegetRangeSubset()Returns the value of the 'Range Subset' containment reference.StringgetService()Returns the value of the 'Service' attribute.StringgetSourceCoverage()Returns the value of the 'Source Coverage' attribute.StringgetVersion()Returns the value of the 'Version' attribute.booleanisSetInterpolationMethod()Returns whether the value of the 'Interpolation Method' attribute is set.booleanisSetService()Returns whether the value of the 'Service' attribute is set.booleanisSetVersion()Returns whether the value of the 'Version' attribute is set.voidsetBaseUrl(String value)Sets the value of the 'Base Url' attribute.voidsetDomainSubset(DomainSubsetType value)Sets the value of the 'Domain Subset' containment reference.voidsetExtendedProperties(Map value)Sets the value of the 'Extended Properties' attribute.voidsetInterpolationMethod(InterpolationMethodType value)Sets the value of the 'Interpolation Method' attribute.voidsetOutput(OutputType value)Sets the value of the 'Output' containment reference.voidsetRangeSubset(RangeSubsetType value)Sets the value of the 'Range Subset' containment reference.voidsetService(String value)Sets the value of the 'Service' attribute.voidsetSourceCoverage(String value)Sets the value of the 'Source Coverage' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.voidunsetInterpolationMethod()Unsets the value of the 'Interpolation Method' attribute.voidunsetService()Unsets the value of the 'Service' attribute.voidunsetVersion()Unsets the value of the 'Version' attribute.
-
-
-
Method Detail
-
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(String),Wcs10Package.getGetCoverageType_SourceCoverage()
-
setSourceCoverage
void setSourceCoverage(String value)
Sets the value of the 'Source Coverage' attribute.- Parameters:
value- the new value of the 'Source Coverage' attribute.- See Also:
getSourceCoverage()
-
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),Wcs10Package.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.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(RangeSubsetType),Wcs10Package.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()
-
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:
InterpolationMethodType,isSetInterpolationMethod(),unsetInterpolationMethod(),setInterpolationMethod(InterpolationMethodType),Wcs10Package.getGetCoverageType_InterpolationMethod()
-
setInterpolationMethod
void setInterpolationMethod(InterpolationMethodType value)
Sets the value of the 'Interpolation Method' attribute.- Parameters:
value- the new value of the 'Interpolation Method' attribute.- See Also:
InterpolationMethodType,isSetInterpolationMethod(),unsetInterpolationMethod(),getInterpolationMethod()
-
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:
unsetInterpolationMethod(),getInterpolationMethod(),setInterpolationMethod(InterpolationMethodType)
-
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),Wcs10Package.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()
-
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:
isSetService(),unsetService(),setService(String),Wcs10Package.getGetCoverageType_Service()
-
setService
void setService(String value)
Sets the value of the 'Service' attribute.- Parameters:
value- the new value of the 'Service' attribute.- See Also:
isSetService(),unsetService(),getService()
-
unsetService
void unsetService()
Unsets the value of the 'Service' attribute.- See Also:
isSetService(),getService(),setService(String)
-
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:
unsetService(),getService(),setService(String)
-
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:
isSetVersion(),unsetVersion(),setVersion(String),Wcs10Package.getGetCoverageType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
isSetVersion(),unsetVersion(),getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version' attribute.- See Also:
isSetVersion(),getVersion(),setVersion(String)
-
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:
unsetVersion(),getVersion(),setVersion(String)
-
getBaseUrl
String getBaseUrl()
An extended property of the model which allows client code to specify a base url with this object.
-
setBaseUrl
void setBaseUrl(String value)
Sets the value of the 'Base Url' attribute.- Parameters:
value- the new value of the 'Base Url' attribute.- See Also:
getBaseUrl()
-
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
void setExtendedProperties(Map value)
Sets the value of the 'Extended Properties' attribute.- Parameters:
value- the new value of the 'Extended Properties' attribute.- See Also:
getExtendedProperties()
-
-