Package org.hortonmachine.modules
Class RasterMaximaFinder
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.RasterMaximaFinder
-
public class RasterMaximaFinder extends org.hortonmachine.gears.libs.modules.HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoAllowNovaluesbooleandoCircularStringinDsmDtmDiffStringoutCirclesStringoutMaximadoublepBorderDistanceThresdoublepMaxRadiusStringpModeintpPercentintpSizedoublepThresholddoublepTopBufferThresintpTopBufferThresCellCount
-
Constructor Summary
Constructors Constructor Description RasterMaximaFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inDsmDtmDiff
public String inDsmDtmDiff
-
pMode
public String pMode
-
pThreshold
public double pThreshold
-
pSize
public int pSize
-
pPercent
public int pPercent
-
pMaxRadius
public double pMaxRadius
-
doCircular
public boolean doCircular
-
doAllowNovalues
public boolean doAllowNovalues
-
pBorderDistanceThres
public double pBorderDistanceThres
-
pTopBufferThres
public double pTopBufferThres
-
pTopBufferThresCellCount
public int pTopBufferThresCellCount
-
outMaxima
public String outMaxima
-
outCircles
public String outCircles
-
-