Package net.opengis.wcs20
Interface InterpolationAxisType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
InterpolationAxisTypeImpl
public interface InterpolationAxisType extends EObjectThe interpolation to be used on a specific axis- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAxis()The axis nameStringgetInterpolationMethod()The interpolation method to be used on the specified axisvoidsetAxis(String value)Sets the value of the 'Axis' attribute.voidsetInterpolationMethod(String value)Sets the value of the 'Interpolation Method' attribute.
-
-
-
Method Detail
-
getAxis
String getAxis()
The axis name
-
setAxis
void setAxis(String value)
Sets the value of the 'Axis' attribute.- Parameters:
value- the new value of the 'Axis' attribute.- See Also:
getAxis()
-
getInterpolationMethod
String getInterpolationMethod()
The interpolation method to be used on the specified axis
-
setInterpolationMethod
void setInterpolationMethod(String value)
Sets the value of the 'Interpolation Method' attribute.- Parameters:
value- the new value of the 'Interpolation Method' attribute.- See Also:
getInterpolationMethod()
-
-