Package org.geotools.process.raster
Class ScaleCoverage
Object
ScaleCoverage
- All Implemented Interfaces:
RasterProcess
Applies a generic scale and translate operation to a coverage
- Author:
- Andrea Aime - GeoSolutions, ETj <etj at geo-solutions.it>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation)
-
Constructor Details
-
ScaleCoverage
public ScaleCoverage()
-
-
Method Details
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) throws IOException - Throws:
IOException
-