Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3462:13855a555d3b
Added new Output WaterlevelExport (CSV, WST and PDF) to FixRealizingCompute State.
flys-artifacts/trunk@5130 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 26 Jul 2012 09:26:47 +0000 |
parents | 1481322efc02 |
children | 7198f04e4221 |
comparison
equal
deleted
inserted
replaced
3461:1481322efc02 | 3462:13855a555d3b |
---|---|
1 2012-07-26 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/fixanalysis.xml: Registered new Output | |
4 'fix_waterlevel_export' for FixRealizingCompute State. | |
5 | |
6 * doc/conf/conf.xml: Registered new WaterlevelExport Generator for | |
7 'fix_waterlevel_export'. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/states/fixation/FixRealizingCompute.java: | |
10 Create proper CSV, WST and PDF Facets with hash and State id. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Made | |
13 WaterlevelExporter support FixRealizingResult objects. | |
14 | |
1 2012-07-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 15 2012-07-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/artifacts/model/fixings/FixWaterlevelFacet.java: | 17 * src/main/java/de/intevation/flys/artifacts/model/fixings/FixWaterlevelFacet.java: |
4 Removed instanceof hack to fetch the WQKms of the fix realizations. | 18 Removed instanceof hack to fetch the WQKms of the fix realizations. |
5 | 19 |