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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Default' attribute.Returns the value of the 'Interpolation Method' attribute.booleanReturns whether the value of the 'Default' attribute is set.voidSets the value of the 'Default' attribute.voidSets the value of the 'Interpolation Method' attribute.voidUnsets the value of the 'Default' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getInterpolationMethodInterpolationMethodType 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:
 
- 
setInterpolationMethodSets the value of the 'Interpolation Method' attribute.- Parameters:
- value- the new value of the 'Interpolation Method' attribute.
- See Also:
 
- 
getDefaultInterpolationMethodType 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:
 
- 
setDefaultSets the value of the 'Default' attribute.- Parameters:
- value- the new value of the 'Default' attribute.
- See Also:
 
- 
unsetDefaultvoid unsetDefault()Unsets the value of the 'Default' attribute.
- 
isSetDefaultboolean isSetDefault()Returns whether the value of the 'Default' attribute is set.- Returns:
- whether the value of the 'Default' attribute is set.
- See Also:
 
 
-