Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1936:0ad05cb691fc | 1937:f07d64d5cbe1 |
---|---|
1 2011-11-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java(findQsForW): | |
4 Added method findQsForW(w, km) to retrieve the Qs that correspond | |
5 for the given w and km. | |
6 | |
7 This is to be called when doing a "W auf freier Strecke" calculation | |
8 to find out the Qs belonging to the user given W. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/WQKmsInterpolArtifact.java, | |
11 src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java, | |
12 src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: | |
13 Removed superfluous imports. | |
14 | |
1 2011-11-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 15 2011-11-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 16 |
3 Fix bug when adding Q data in LongitudinalSectionGenerator. | 17 Fix bug when adding Q data in LongitudinalSectionGenerator. |
4 | 18 |
5 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | 19 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: |