Package net.opengis.wcs10
Interface SupportedInterpolationsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SupportedInterpolationsTypeImpl
public interface SupportedInterpolationsType extends EObject
A representation of the model object 'Supported Interpolations Type'. Unordered list of interpolation methods supported.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterpolationMethodType
getDefault()
Returns the value of the 'Default' attribute.InterpolationMethodType
getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute.boolean
isSetDefault()
Returns whether the value of the 'Default
' attribute is set.void
setDefault(InterpolationMethodType value)
Sets the value of the 'Default
' attribute.void
setInterpolationMethod(InterpolationMethodType value)
Sets the value of the 'Interpolation Method
' attribute.void
unsetDefault()
Unsets the value of the 'Default
' attribute.
-
-
-
Method Detail
-
getInterpolationMethod
InterpolationMethodType getInterpolationMethod()
Returns the value of the 'Interpolation Method' attribute. The literals are from the enumerationInterpolationMethodType
.If the meaning of the 'Interpolation Method' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interpolation Method' attribute.
- See Also:
InterpolationMethodType
,setInterpolationMethod(InterpolationMethodType)
,Wcs10Package.getSupportedInterpolationsType_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
,getInterpolationMethod()
-
getDefault
InterpolationMethodType getDefault()
Returns the value of the 'Default' attribute. The default value is"nearest neighbor"
. The literals are from the enumerationInterpolationMethodType
.If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default' attribute.
- See Also:
InterpolationMethodType
,isSetDefault()
,unsetDefault()
,setDefault(InterpolationMethodType)
,Wcs10Package.getSupportedInterpolationsType_Default()
-
setDefault
void setDefault(InterpolationMethodType value)
Sets the value of the 'Default
' attribute.- Parameters:
value
- the new value of the 'Default' attribute.- See Also:
InterpolationMethodType
,isSetDefault()
,unsetDefault()
,getDefault()
-
unsetDefault
void unsetDefault()
Unsets the value of the 'Default
' attribute.
-
isSetDefault
boolean isSetDefault()
Returns whether the value of the 'Default
' attribute is set.- Returns:
- whether the value of the 'Default' attribute is set.
- See Also:
unsetDefault()
,getDefault()
,setDefault(InterpolationMethodType)
-
-