Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 399:53cc794fee07
Improved the transition model and added states to enable the 'discharge longitudinal section' computation - NOTE: the work in this computation has not finished yet.
flys-artifacts/trunk@1830 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 05 May 2011 06:12:44 +0000 |
parents | 435058da0eae |
children | 7e5c2e93e449 |
comparison
equal
deleted
inserted
replaced
398:435058da0eae | 399:53cc794fee07 |
---|---|
1 2011-05-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/winfo.xml: Improved the transition model to reach the | |
4 output state for creating 'discharge longitudinal section' charts. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Added a | |
7 method that returns all gauges of the selected river based on a the | |
8 given kilometer range. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/states/WQAdapted.java: New. | |
11 This state creates a set of elements for the DESCRIBE that consist of a | |
12 tuple of kilometer values. The number of elements depend on the number | |
13 of gauges intersected by the given kilometer range. | |
14 | |
15 * src/main/java/de/intevation/flys/artifacts/states/DischargeLongitudinalSection.java: | |
16 New. This state is the output state that is reached after the 'discharge | |
17 longitudinal section' computation has been chosen. | |
18 | |
1 2011-05-05 Ingo Weinzierl <ingo@intevation.de> | 19 2011-05-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Default | 21 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Default |
4 step width between two kilometers added - if no step width is given, | 22 step width between two kilometers added - if no step width is given, |
5 this default width is used. | 23 this default width is used. |