Package net.opengis.wcs20
Interface InterpolationType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
InterpolationTypeImpl
public interface InterpolationType extends EObjectThe root object for wcs 2.0 interpolation extension- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterpolationAxesTypegetInterpolationAxes()Interpolation method on a per axis basisInterpolationMethodTypegetInterpolationMethod()The interpolation method (in case it is uniform along all axes)voidsetInterpolationAxes(InterpolationAxesType value)Sets the value of the 'Interpolation Axes' reference.voidsetInterpolationMethod(InterpolationMethodType value)Sets the value of the 'Interpolation Method' reference.
-
-
-
Method Detail
-
getInterpolationMethod
InterpolationMethodType getInterpolationMethod()
The interpolation method (in case it is uniform along all axes)
-
setInterpolationMethod
void setInterpolationMethod(InterpolationMethodType value)
Sets the value of the 'Interpolation Method' reference.- Parameters:
value- the new value of the 'Interpolation Method' reference.- See Also:
getInterpolationMethod()
-
getInterpolationAxes
InterpolationAxesType getInterpolationAxes()
Interpolation method on a per axis basis
-
setInterpolationAxes
void setInterpolationAxes(InterpolationAxesType value)
Sets the value of the 'Interpolation Axes' reference.- Parameters:
value- the new value of the 'Interpolation Axes' reference.- See Also:
getInterpolationAxes()
-
-