Class AddCoveragesProcess

  • All Implemented Interfaces:
    RasterProcess

    public class AddCoveragesProcess
    extends Object
    implements RasterProcess
    Add two coverages together (pixel by pixel). Output pixel[i][j] = source0CoveragePixel[i][j] + source1CoveragePixel[i][j]

    The two coverages need to have the same envelope and same resolution (same gridGeometry).

    Author:
    Daniele Romagnoli - GeoSolutions