Package org.geotools.process.raster
Class AffineProcess
- Object
-
- AffineProcess
-
- All Implemented Interfaces:
RasterProcess
public class AffineProcess extends Object implements RasterProcess
This process computes an Affine transform on the input Coverage. The transformation will set background values in the areas which does not represent valid data.- Author:
- Nicola Lagomarsini - GeoSolutions S.A.S.
-
-
Constructor Summary
Constructors Constructor Description AffineProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GridCoverage2D
execute(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp)
-
-
-
Method Detail
-
execute
public GridCoverage2D execute(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) throws ProcessException
- Throws:
ProcessException
-
-