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
Modifier and TypeMethodDescriptionThe interpolation methodvoid
setInterpolationMethod
(String value) Sets the value of the 'Interpolation Method
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInterpolationMethod
String getInterpolationMethod()The interpolation method -
setInterpolationMethod
Sets the value of the 'Interpolation Method
' attribute.- Parameters:
value
- the new value of the 'Interpolation Method' attribute.- See Also:
-