org.geotools.process.raster.gs
Class AreaGridProcess2

java.lang.Object
  extended by org.geotools.process.raster.gs.AreaGridProcess2
All Implemented Interfaces:
org.geotools.process.gs.GSProcess

public class AreaGridProcess2
extends Object
implements org.geotools.process.gs.GSProcess

A process that build a regular cell grid where each pixel represents its effective area in the envelope in square meters.

Internally the process uses a reprojection to EckertIV to ensure proper area computation. Current limitations:

Author:
Luca Paolino - GeoSolutions

Constructor Summary
AreaGridProcess2()
           
 
Method Summary
 org.geotools.coverage.grid.GridCoverage2D execute(org.geotools.geometry.jts.ReferencedEnvelope bounds, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaGridProcess2

public AreaGridProcess2()
Method Detail

execute

public org.geotools.coverage.grid.GridCoverage2D execute(org.geotools.geometry.jts.ReferencedEnvelope bounds,
                                                         int width,
                                                         int height)
                                                  throws org.geotools.process.ProcessException
Throws:
org.geotools.process.ProcessException


Copyright © 2012. All Rights Reserved.