Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 447:5606ba4139e0
WSTs will now have a header that contains the names of the Ws or Qs that had been defined for the computation.
flys-artifacts/trunk@1939 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 18 May 2011 08:04:54 +0000 |
parents | c0bec245f608 |
children | 88d9e1d75d64 |
comparison
equal
deleted
inserted
replaced
446:c0bec245f608 | 447:5606ba4139e0 |
---|---|
1 2011-05-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/NamedObject.java: | |
4 New. This object is used to give objects a name. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/WQKms.java: Inherit | |
7 from NamedObject now. Because we need to display names for those objects | |
8 in different places. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: The WQKms | |
11 objects returned by a waterlevel computation will now have names. | |
12 | |
13 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: | |
14 Insert the column names for the WSTs into the WstWriter. | |
15 | |
16 * src/main/java/de/intevation/flys/exports/WstWriter.java: The column | |
17 names are written into the head of the WSTs now. | |
18 | |
1 2011-05-17 Ingo Weinzierl <ingo@intevation.de> | 19 2011-05-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/artifacts/model/WstLine.java: New. This | 21 * 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. | 22 class is used to store the W/Q values of a specific kilometer of a WST. |
5 | 23 |