Package org.hortonmachine.modules
Class LW04_BankfullWidthAnalyzer
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.modules.LW04_BankfullWidthAnalyzer
-
public class LW04_BankfullWidthAnalyzer extends org.hortonmachine.gears.libs.modules.HMModel
-
-
Field Summary
Fields Modifier and Type Field Description StringinBankfullStringinNetPointsStringoutBankfullSectionsStringoutNetPointsStringoutProblemPointsdoublepMaxDistanceFromNetpointdoublepMaxNetworkWidthdoublepMinNetworkWidth
-
Constructor Summary
Constructors Constructor Description LW04_BankfullWidthAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()
-
-
-
Field Detail
-
inBankfull
public String inBankfull
-
inNetPoints
public String inNetPoints
-
pMaxDistanceFromNetpoint
public double pMaxDistanceFromNetpoint
-
pMaxNetworkWidth
public double pMaxNetworkWidth
-
pMinNetworkWidth
public double pMinNetworkWidth
-
outNetPoints
public String outNetPoints
-
outProblemPoints
public String outProblemPoints
-
outBankfullSections
public String outBankfullSections
-
-