Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 446:c0bec245f608
Implemented writer that creates WSTs and enabled the WaterlevelExporter to create those.
flys-artifacts/trunk@1938 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 17 May 2011 16:31:07 +0000 |
parents | a7947972fdeb |
children | 5606ba4139e0 |
comparison
equal
deleted
inserted
replaced
445:a7947972fdeb | 446:c0bec245f608 |
---|---|
1 2011-05-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WstLine.java: New. This | |
4 class is used to store the W/Q values of a specific kilometer of a WST. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/WstWriter.java: New. A writer | |
7 that creates WSTs. | |
8 | |
9 TODO: The header of the WSTs is not finished. The Q descriptions are | |
10 missing. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: | |
13 Enabled WST exports. | |
14 | |
15 * doc/conf/artifacts/winfo.xml: Registered the WST export for waterlevels. | |
16 | |
1 2011-05-17 Ingo Weinzierl <ingo@intevation.de> | 17 2011-05-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/utils/Formatter.java: New. This class | 19 * src/main/java/de/intevation/flys/utils/Formatter.java: New. This class |
4 supports functions to retrieve formatters for specific types of data | 20 supports functions to retrieve formatters for specific types of data |
5 used in FLYS. | 21 used in FLYS. |