Package net.opengis.wcs20
Interface ScaleAxisByFactorType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ScaleAxisByFactorTypeImpl
public interface ScaleAxisByFactorType extends EObject
Used in the WCS 2.0 scaling extension to specify a different rescaling for each axis- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ScaleAxisType>
getScaleAxis()
The scale factor to be applied on all axis
-
-
-
Method Detail
-
getScaleAxis
EList<ScaleAxisType> getScaleAxis()
The scale factor to be applied on all axis
-
-