Package net.opengis.wcs20
Interface InterpolationAxisType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InterpolationAxisTypeImpl
public interface InterpolationAxisType extends EObject
The 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 String
getAxis()
The axis nameString
getInterpolationMethod()
The interpolation method to be used on the specified axisvoid
setAxis(String value)
Sets the value of the 'Axis
' attribute.void
setInterpolationMethod(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()
-
-