Package org.hortonmachine.modules
Class RasterWriter
java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.RasterWriter
public class RasterWriter
extends org.hortonmachine.gears.libs.modules.HMModel
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RasterWriter() -
Method Summary
Modifier and Type Method Description voidprocess()static voidwriteRaster(java.lang.String path, org.geotools.coverage.grid.GridCoverage2D coverage)
-
Field Details
-
Constructor Details
-
RasterWriter
public RasterWriter()
-
-
Method Details
-
process
public void process() throws java.lang.Exception- Throws:
java.lang.Exception
-
writeRaster
public static void writeRaster(java.lang.String path, org.geotools.coverage.grid.GridCoverage2D coverage) throws java.lang.Exception- Throws:
java.lang.Exception
-