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 SummaryAll 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- 
getInterpolationMethodInterpolationMethodType getInterpolationMethod() The interpolation method (in case it is uniform along all axes)
 - 
setInterpolationMethodvoid setInterpolationMethod(InterpolationMethodType value) Sets the value of the 'Interpolation Method' reference.- Parameters:
- value- the new value of the 'Interpolation Method' reference.
- See Also:
- getInterpolationMethod()
 
 - 
getInterpolationAxesInterpolationAxesType getInterpolationAxes() Interpolation method on a per axis basis
 - 
setInterpolationAxesvoid setInterpolationAxes(InterpolationAxesType value) Sets the value of the 'Interpolation Axes' reference.- Parameters:
- value- the new value of the 'Interpolation Axes' reference.
- See Also:
- getInterpolationAxes()
 
 
- 
 
-