Class Geomorphon


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

      Fields 
      Modifier and Type Field Description
      String inElev  
      String outRaster  
      double pRadius  
      double pThreshold  
      • 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
      Geomorphon()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process()  
      • 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
    • Field Detail

      • inElev

        public String inElev
      • pRadius

        public double pRadius
      • pThreshold

        public double pThreshold
      • outRaster

        public String outRaster
    • Constructor Detail

      • Geomorphon

        public Geomorphon()
    • Method Detail

      • process

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