Package org.geotools.process.raster
Class AffineProcess
Object
AffineProcess
- All Implemented Interfaces:
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 Details
-
AffineProcess
public AffineProcess()
-
-
Method Details
-
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
-