Class 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)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AffineProcess

        public AffineProcess()