Class WatershedAlgorithm

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.lesto.modules.vegetation.WatershedAlgorithm

public class WatershedAlgorithm extends org.hortonmachine.gears.libs.modules.HMModel
This algorithm is an implementation of the watershed immersion algorithm written by Vincent and Soille (1991).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
     
     

    Fields inherited from class org.hortonmachine.gears.libs.modules.HMModel

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel

    checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • inRaster

      public String inRaster
    • doBorders

      public boolean doBorders
    • outRaster

      public String outRaster
  • Constructor Details

    • WatershedAlgorithm

      public WatershedAlgorithm()
  • Method Details