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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterpolationAxesType
getInterpolationAxes()
Interpolation method on a per axis basisInterpolationMethodType
getInterpolationMethod()
The interpolation method (in case it is uniform along all axes)void
setInterpolationAxes(InterpolationAxesType value)
Sets the value of the 'Interpolation Axes
' reference.void
setInterpolationMethod(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()
-
-