Package org.hortonmachine.modules
Class RasterStyle
java.lang.Object
org.hortonmachine.modules.RasterStyle
public class RasterStyle
extends java.lang.Object
A wrapper for
RasterStyle to be used in scripting.- Author:
- Andrea Antonello (www.hydrologis.com)
-
Constructor Summary
Constructors Constructor Description RasterStyle(int min, int max)RasterStyle(org.geotools.coverage.grid.GridCoverage2D raster) -
Method Summary
-
Constructor Details
-
RasterStyle
public RasterStyle(org.geotools.coverage.grid.GridCoverage2D raster) throws java.lang.Exception- Throws:
java.lang.Exception
-
RasterStyle
public RasterStyle(int min, int max) throws java.lang.Exception- Throws:
java.lang.Exception
-
-
Method Details