Class Geomorphon

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.hmachine.modules.geomorphology.geomorphon.OmsGeomorphon
org.hortonmachine.modules.Geomorphon

public class Geomorphon extends org.hortonmachine.hmachine.modules.geomorphology.geomorphon.OmsGeomorphon
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
     
    double
     
    double
     

    Fields inherited from class org.hortonmachine.hmachine.modules.geomorphology.geomorphon.OmsGeomorphon

    AUTHORS, CONTACT, DESCRIPTION, inELEV_DESCR, KEYWORDS, LICENSE, NAME, outRaster_DESCR, pRadius_DESCR, pRadius_UNIT, pThreshold_DESCR, pThreshold_UNIT, STATUS

    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.hmachine.modules.geomorphology.geomorphon.OmsGeomorphon

    calculateGeomorphon, getLastVisiblePoint

    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

    • inElev

      public String inElev
    • pRadius

      public double pRadius
    • pThreshold

      public double pThreshold
    • outRaster

      public String outRaster
  • Constructor Details

    • Geomorphon

      public Geomorphon()
  • Method Details

    • process

      public void process() throws Exception
      Overrides:
      process in class org.hortonmachine.hmachine.modules.geomorphology.geomorphon.OmsGeomorphon
      Throws:
      Exception