Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 765:f28a7eac542a
Integrated valid ODV-Export to the GNV-Artifacts
gnv-artifacts/trunk@821 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 23 Mar 2010 14:09:03 +0000 |
parents | afc639e55261 |
children | a23ce49423d5 |
comparison
equal
deleted
inserted
replaced
764:afc639e55261 | 765:f28a7eac542a |
---|---|
1 2010-03-23 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/exports/ODVExport.java: | |
4 Added new Export-Class which will generate the special ODV-Format. | |
5 This one is required because we have to switch the Format from a Rowbased | |
6 Representation to a Columnbased. | |
7 This meas that for each Parameter which was requested two additonal Columns, | |
8 one for the Parametervalue and one for the Quality, has to be added to the | |
9 Export. This differs to the "normal" CSV-Export. | |
10 | |
11 * src/main/java/de/intevation/gnv/exports/DefaultExport.java (collector): | |
12 Switched Member from private to protected to make it available from | |
13 extending Classes. | |
14 | |
15 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
16 Modified the Colums and the Column-headers and Columns-names for the ODV-Export | |
17 that all required Data is put into the Document in the right order and the | |
18 right nameing. | |
19 Switche to the NEW ODVExport-Class to use it for all ODV-Exports. | |
20 | |
21 * doc/conf/queries.properties: | |
22 Modified the Queries for the ODV-Export that all required Informations are | |
23 fetched from the Database. | |
24 | |
1 2010-03-22 Tim Englich <tim.englich@intevation.de> | 25 2010-03-22 Tim Englich <tim.englich@intevation.de> |
2 | 26 |
3 * src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_11_feed.xml, | 27 * src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_11_feed.xml, |
4 src/test/ressources/verticalprofile_mesh/verticalprofile_step_11_feed.xml: | 28 src/test/ressources/verticalprofile_mesh/verticalprofile_step_11_feed.xml: |
5 Switched to valid Timestamps to enable testing CSV-Output. | 29 Switched to valid Timestamps to enable testing CSV-Output. |