Class OmsCarver
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.r.carver.OmsCarver
-
public class OmsCarver extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description StringfDepthLinesStringfDepthPolygonsorg.geotools.data.simple.SimpleFeatureCollectioninCarverLinesorg.geotools.data.simple.SimpleFeatureCollectioninCarverPolygonsorg.geotools.coverage.grid.GridCoverage2DinRasterorg.geotools.coverage.grid.GridCoverage2DoutRasterdoublepDepthLinesdoublepDepthPolygons
-
Constructor Summary
Constructors Constructor Description OmsCarver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
inRaster
public org.geotools.coverage.grid.GridCoverage2D inRaster
-
inCarverPolygons
public org.geotools.data.simple.SimpleFeatureCollection inCarverPolygons
-
inCarverLines
public org.geotools.data.simple.SimpleFeatureCollection inCarverLines
-
fDepthLines
public String fDepthLines
-
pDepthLines
public double pDepthLines
-
fDepthPolygons
public String fDepthPolygons
-
pDepthPolygons
public double pDepthPolygons
-
outRaster
public org.geotools.coverage.grid.GridCoverage2D outRaster
-
-