comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoResultRow.java @ 8940:82998242ba84

Preparing for additional outputs of SINFO-Tkh
author gernotbelger
date Tue, 06 Mar 2018 18:51:18 +0100
parents d9dbf0b74bc2
children 5d5d482da3e9
comparison
equal deleted inserted replaced
8939:2970368ae1e3 8940:82998242ba84
75 75
76 public final double getMeanBedHeight() { 76 public final double getMeanBedHeight() {
77 return this.tkh.getMeanBedHeight(); 77 return this.tkh.getMeanBedHeight();
78 } 78 }
79 79
80 public final double getFlowDepth() {
81 return this.tkh.getFlowDepth();
82 }
83
84 public double getFlowDepthWithTkh() {
85 return this.tkh.getFlowDepthTkh();
86 }
87
88 public double getVelocity() {
89 return this.tkh.getVelocity();
90 }
91
92 public double getD50() {
93 return this.tkh.getD50();
94 }
95
96 public double getTau() {
97 return this.tkh.getTau();
98 }
99
80 public final String getLocation() { 100 public final String getLocation() {
81 return this.location; 101 return this.location;
82 } 102 }
83 } 103 }

http://dive4elements.wald.intevation.org