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 StringfDepthLinesStringfDepthPolygonsStringinCarverLinesStringinCarverPolygonsStringinRasterStringoutRasterdoublepDepthLinesdoublepDepthPolygons
-
Constructor Summary
Constructors Constructor Description Carver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inRaster
public String inRaster
-
inCarverPolygons
public String inCarverPolygons
-
inCarverLines
public String inCarverLines
-
fDepthLines
public String fDepthLines
-
pDepthLines
public double pDepthLines
-
fDepthPolygons
public String fDepthPolygons
-
pDepthPolygons
public double pDepthPolygons
-
outRaster
public String outRaster
-
-