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