Package net.opengis.wcs20
Interface ScaleToSizeType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ScaleToSizeTypeImpl
public interface ScaleToSizeType 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<TargetAxisSizeType>
getTargetAxisSize()
The scale factor to be applied on all axis
-
-
-
Method Detail
-
getTargetAxisSize
EList<TargetAxisSizeType> getTargetAxisSize()
The scale factor to be applied on all axis
-
-