it.geosolutions.unredd.apputil
Class AreaBuilder
java.lang.Object
it.geosolutions.unredd.apputil.AreaBuilder
public class AreaBuilder
- extends Object
Hello world!
|
Method Summary |
static org.geotools.coverage.grid.GridCoverage2D |
createAreaGrid(int width,
int height,
double w,
double e,
double s,
double n)
|
static void |
main(String[] args)
|
protected static void |
saveAreaGrid(org.geotools.coverage.grid.GridCoverage2D grid,
File output)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AreaBuilder
public AreaBuilder()
main
public static void main(String[] args)
createAreaGrid
public static org.geotools.coverage.grid.GridCoverage2D createAreaGrid(int width,
int height,
double w,
double e,
double s,
double n)
throws Exception
- Throws:
Exception
saveAreaGrid
protected static void saveAreaGrid(org.geotools.coverage.grid.GridCoverage2D grid,
File output)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.