Package org.geotools.process.raster
Class ScaleCoverage
- Object
-
- ScaleCoverage
-
- All Implemented Interfaces:
RasterProcess
public class ScaleCoverage extends Object implements RasterProcess
Applies a generic scale and translate operation to a coverage- Author:
- Andrea Aime - GeoSolutions, ETj
-
-
Constructor Summary
Constructors Constructor Description ScaleCoverage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCoverage2D
execute(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation)
-
-
-
Method Detail
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) throws IOException
- Throws:
IOException
-
-