Package org.hortonmachine.modules
Class BobTheBuilder
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.BobTheBuilder
-
public class BobTheBuilder extends org.hortonmachine.gears.libs.modules.HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoErodebooleandoPolygonborderbooleandoUseOnlyInternalStringfElevationStringinAreaStringinElevationsStringinRasterStringoutRasterdoublepMaxbuffer
-
Constructor Summary
Constructors Constructor Description BobTheBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inRaster
public String inRaster
-
inArea
public String inArea
-
inElevations
public String inElevations
-
pMaxbuffer
public double pMaxbuffer
-
fElevation
public String fElevation
-
doErode
public boolean doErode
-
doUseOnlyInternal
public boolean doUseOnlyInternal
-
doPolygonborder
public boolean doPolygonborder
-
outRaster
public String outRaster
-
-