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