Package net.opengis.wcs20
Interface InterpolationMethodType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InterpolationMethodTypeImpl
public interface InterpolationMethodType extends EObject
The interpolation method (the standard provides a list of values, but the XSD leaves it open ended)- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getInterpolationMethod()
The interpolation methodvoid
setInterpolationMethod(String value)
Sets the value of the 'Interpolation Method
' attribute.
-
-
-
Method Detail
-
getInterpolationMethod
String getInterpolationMethod()
The interpolation method
-
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()
-
-