Package net.opengis.wcs20
Interface InterpolationType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InterpolationTypeImpl
public interface InterpolationType
extends EObject
The root object for wcs 2.0 interpolation extension
- Author:
- Andrea Aime - GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptionInterpolation method on a per axis basisThe interpolation method (in case it is uniform along all axes)void
Sets the value of the 'Interpolation Axes
' reference.void
Sets the value of the 'Interpolation Method
' reference.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()The interpolation method (in case it is uniform along all axes) -
setInterpolationMethod
Sets the value of the 'Interpolation Method
' reference.- Parameters:
value
- the new value of the 'Interpolation Method' reference.- See Also:
-
getInterpolationAxes
InterpolationAxesType getInterpolationAxes()Interpolation method on a per axis basis -
setInterpolationAxes
Sets the value of the 'Interpolation Axes
' reference.- Parameters:
value
- the new value of the 'Interpolation Axes' reference.- See Also:
-