Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1937:f07d64d5cbe1
'W auf freier Strecke' calculation. Fetch corresponding Qs for given Ws from the WST model
flys-artifacts/trunk@3318 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 25 Nov 2011 15:50:31 +0000 |
parents | 0ad05cb691fc |
children | 1d991c91285b |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Nov 25 12:55:53 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Nov 25 15:50:31 2011 +0000 @@ -1,3 +1,17 @@ +2011-11-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java(findQsForW): + Added method findQsForW(w, km) to retrieve the Qs that correspond + for the given w and km. + + This is to be called when doing a "W auf freier Strecke" calculation + to find out the Qs belonging to the user given W. + + * src/main/java/de/intevation/flys/artifacts/WQKmsInterpolArtifact.java, + src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java, + src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: + Removed superfluous imports. + 2011-11-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fix bug when adding Q data in LongitudinalSectionGenerator.