Package org.hortonmachine.modules
Class Carver
java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.Carver
public class Carver
extends org.hortonmachine.gears.libs.modules.HMModel
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringfDepthLinesjava.lang.StringfDepthPolygonsjava.lang.StringinCarverLinesjava.lang.StringinCarverPolygonsjava.lang.StringinRasterjava.lang.StringoutRasterdoublepDepthLinesdoublepDepthPolygons -
Constructor Summary
Constructors Constructor Description Carver() -
Method Summary
Modifier and Type Method Description voidprocess()
-
Field Details
-
inRaster
public java.lang.String inRaster -
inCarverPolygons
public java.lang.String inCarverPolygons -
inCarverLines
public java.lang.String inCarverLines -
fDepthLines
public java.lang.String fDepthLines -
pDepthLines
public double pDepthLines -
fDepthPolygons
public java.lang.String fDepthPolygons -
pDepthPolygons
public double pDepthPolygons -
outRaster
public java.lang.String outRaster
-
-
Constructor Details
-
Carver
public Carver()
-
-
Method Details
-
process
public void process() throws java.lang.Exception- Throws:
java.lang.Exception
-