Class OmsRasterDiff
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.r.rasterdiff.OmsRasterDiff
-
public class OmsRasterDiff extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoNegativesorg.geotools.coverage.grid.GridCoverage2DinRaster1org.geotools.coverage.grid.GridCoverage2DinRaster2org.geotools.coverage.grid.GridCoverage2DoutRasterDoublepThreshold
-
Constructor Summary
Constructors Constructor Description OmsRasterDiff()
-
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
-
inRaster1
public org.geotools.coverage.grid.GridCoverage2D inRaster1
-
inRaster2
public org.geotools.coverage.grid.GridCoverage2D inRaster2
-
pThreshold
public Double pThreshold
-
doNegatives
public boolean doNegatives
-
outRaster
public org.geotools.coverage.grid.GridCoverage2D outRaster
-
-