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
Modifier and TypeMethodDescriptionReturns the value of the 'Default' attribute.Returns the value of the 'Interpolation Method' attribute.boolean
Returns whether the value of the 'Default
' attribute is set.void
Sets the value of the 'Default
' attribute.void
Sets the value of the 'Interpolation Method
' attribute.void
Unsets the value of the 'Default
' 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
-
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:
-
setInterpolationMethod
Sets the value of the 'Interpolation Method
' attribute.- Parameters:
value
- the new value of the 'Interpolation Method' attribute.- See Also:
-
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:
-
setDefault
Sets the value of the 'Default
' attribute.- Parameters:
value
- the new value of the 'Default' attribute.- See Also:
-
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:
-