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
Modifier and TypeMethodDescriptiongetAxis()
The axis nameThe interpolation method to be used on the specified axisvoid
Sets the value of the 'Axis
' attribute.void
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
-
getAxis
String getAxis()The axis name -
setAxis
Sets the value of the 'Axis
' attribute.- Parameters:
value
- the new value of the 'Axis' attribute.- See Also:
-
getInterpolationMethod
String getInterpolationMethod()The interpolation method to be used on the specified axis -
setInterpolationMethod
Sets the value of the 'Interpolation Method
' attribute.- Parameters:
value
- the new value of the 'Interpolation Method' attribute.- See Also:
-