Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 393:befedd7629d5
Enabled the WINFO artifact to compute the data for discharge curves (computed) - ComputedDischargeCurveGenerator uses those values now to create the chart.
flys-artifacts/trunk@1818 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 04 May 2011 08:24:50 +0000 |
parents | 72177020db92 |
children | b9175ddea49b |
comparison
equal
deleted
inserted
replaced
392:72177020db92 | 393:befedd7629d5 |
---|---|
1 2011-05-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Added | |
4 methods to compute and retrieve the data for discharge curves (computed). | |
5 | |
6 * src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java: | |
7 Fetch the computed discharge curve data from WINFOArtifact and add the | |
8 values into the JFreeChart dataset. | |
9 | |
1 2011-05-04 Ingo Weinzierl <ingo@intevation.de> | 10 2011-05-04 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * doc/conf/artifacts/winfo.xml: Added new transitions and states to enable | 12 * doc/conf/artifacts/winfo.xml: Added new transitions and states to enable |
4 the WINFO artifact for computing discharge curves. | 13 the WINFO artifact for computing discharge curves. |
5 | 14 |