Class LW07_HydraulicParamsToSectionsAdder

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.LW07_HydraulicParamsToSectionsAdder
All Implemented Interfaces:
org.hortonmachine.hmachine.modules.hydrogeomorphology.lwrecruitment.LWFields

public class LW07_HydraulicParamsToSectionsAdder extends org.hortonmachine.gears.libs.modules.HMModel implements org.hortonmachine.hmachine.modules.hydrogeomorphology.lwrecruitment.LWFields
  • Field Summary

    Fields

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

    doProcess, doReset, gf, pm

    Fields inherited from interface org.hortonmachine.hmachine.modules.hydrogeomorphology.lwrecruitment.LWFields

    AVGSLOPE, FIELD_CRITIC_SOURCE_FOR_DIAMETER, FIELD_CRITIC_SOURCE_FOR_HEIGHT, FIELD_DISCHARGE, FIELD_DISCHARGE2, FIELD_ELEV, FIELD_ISCRITIC_GLOBAL_FOR_DIAMETER, FIELD_ISCRITIC_GLOBAL_FOR_HEIGHT, FIELD_ISCRITIC_LOCAL_FOR_DIAMETER, FIELD_ISCRITIC_LOCAL_FOR_HEIGHT, FIELD_WATER_LEVEL, FIELD_WATER_LEVEL2, FIELD_WATER_VELOCITY, FIELD_WATER_VELOCITY2, GAUKLER, LINKID, NOTES, PFAF, SLOPE, VEG_DBH, VEG_H, VEG_VOL, WIDTH, WIDTH_FROM, WIDTH_FROM_BRIDGES, WIDTH_FROM_CHANNELEDIT, WIDTH_FROM_DAMS, WIDTH2
  • 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

    • inDtm

      public String inDtm
    • inNet

      public String inNet
    • inNetPoints

      public String inNetPoints
    • pDischarge

      public double pDischarge
    • pDeltaTMillis

      public long pDeltaTMillis
    • doMaxWidening

      public boolean doMaxWidening
    • outputLevelFile

      public String outputLevelFile
    • outputDischargeFile

      public String outputDischargeFile
    • outNetPoints

      public String outNetPoints
    • outTransSect

      public String outTransSect
  • Constructor Details

    • LW07_HydraulicParamsToSectionsAdder

      public LW07_HydraulicParamsToSectionsAdder()
  • Method Details