Package net.opengis.wcs20
Interface ScaleByFactorType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ScaleByFactorTypeImpl
public interface ScaleByFactorType extends EObjectUsed in the WCS 2.0 scaling extension to specify the scale for a particular axis- Author:
- Andrea Aime - GeoSolutions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetScaleFactor()The scale factor to be applied on all axisvoidsetScaleFactor(double value)Sets the value of the 'Scale Factor' attribute.
-
-
-
Method Detail
-
getScaleFactor
double getScaleFactor()
The scale factor to be applied on all axis
-
setScaleFactor
void setScaleFactor(double value)
Sets the value of the 'Scale Factor' attribute.- Parameters:
value- the new value of the 'Scale Factor' attribute.- See Also:
getScaleFactor()
-
-