Class LeastCostFlowDirections

java.lang.Object
org.hortonmachine.gears.libs.modules.HMModel
org.hortonmachine.modules.LeastCostFlowDirections

public class LeastCostFlowDirections
extends org.hortonmachine.gears.libs.modules.HMModel
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean doAspect  
    boolean doSlope  
    boolean doTca  
    java.lang.String inElev  
    java.lang.String outAspect  
    java.lang.String outFlow  
    java.lang.String outSlope  
    java.lang.String outTca  

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

    doProcess, doReset, gf, pm
  • Constructor Summary

    Constructors 
    Constructor Description
    LeastCostFlowDirections()  
  • Method Summary

    Modifier and Type Method Description
    void process()  

    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 java.lang.String inElev
    • doTca

      public boolean doTca
    • doSlope

      public boolean doSlope
    • doAspect

      public boolean doAspect
    • outFlow

      public java.lang.String outFlow
    • outTca

      public java.lang.String outTca
    • outAspect

      public java.lang.String outAspect
    • outSlope

      public java.lang.String outSlope
  • Constructor Details

  • Method Details

    • process

      public void process() throws java.lang.Exception
      Throws:
      java.lang.Exception