Package net.opengis.wcs20
Interface InterpolationAxesType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- InterpolationAxesTypeImpl
 
 public interface InterpolationAxesType extends EObjectSpecifies a different interpolation for each axis- Author:
- Andrea Aime - GeoSolutions
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<InterpolationAxisType>getInterpolationAxis()The interpolation method (in case it is uniform along all axes)
 
- 
- 
- 
Method Detail- 
getInterpolationAxisEList<InterpolationAxisType> getInterpolationAxis() The interpolation method (in case it is uniform along all axes)
 
- 
 
-