Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 153:c97f9bc9b642
The out() operation of the WINFO artifact draws discharge tables for gauges specified by the user.
flys-artifacts/trunk@1590 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Mar 2011 14:33:36 +0000 |
parents | 956445dd601d |
children | 03362976fa0f |
comparison
equal
deleted
inserted
replaced
152:956445dd601d | 153:c97f9bc9b642 |
---|---|
1 2011-03-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | |
4 Introduced a 'scale' parameter in the getValues() method. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Filled | |
7 the out() operation with code that draws a discharge table of one or | |
8 more gauges specified by the given range in entered in a previous state. | |
9 | |
1 2011-03-28 Ingo Weinzierl <ingo@intevation.de> | 10 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: | 12 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: |
4 New. A helper class to exports charts. | 13 New. A helper class to exports charts. |
5 | 14 |