Package net.opengis.wcs20
Interface InterpolationAxesType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InterpolationAxesTypeImpl
public interface InterpolationAxesType
extends EObject
Specifies a different interpolation for each axis
- Author:
- Andrea Aime - GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptionEList<InterpolationAxisType>
The interpolation method (in case it is uniform along all axes)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
-
getInterpolationAxis
EList<InterpolationAxisType> getInterpolationAxis()The interpolation method (in case it is uniform along all axes)
-