Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 233:2ceb4bf51cba
Added DataCollector which collects data used for exports.
gnv-artifacts/trunk@301 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 09 Nov 2009 09:43:52 +0000 |
parents | 3d6d89bcbf42 |
children | a7fa7b404897 |
comparison
equal
deleted
inserted
replaced
232:3d6d89bcbf42 | 233:2ceb4bf51cba |
---|---|
1 2009-11-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/exports/Export.java, | |
4 src/main/java/de/intevation/gnv/exports/DefaultDataCollector.java: | |
5 Implemented a DataCollector to collect all data used to create exports. | |
6 DefaultCollector fetches data with help of its headers. For special | |
7 exports, where a header returns more than one value, special | |
8 DataCollectors needs to be implemented (overwritung the 'getData' method). | |
9 | |
10 * src/main/java/de/intevation/gnv/exports/DefaultProfile.java, | |
11 src/main/java/de/intevation/gnv/exports/DefaultExport.java: Export now | |
12 uses a DataCollector to get the data. | |
13 | |
14 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java: | |
15 Adjusted exports of csv export. | |
16 | |
1 2009-11-09 Tim Englich <tim.englich@intevation.de> | 17 2009-11-09 Tim Englich <tim.englich@intevation.de> |
2 | 18 |
3 * src/test/ressources/timeseries/timeseries_step_06_out_*.xml: | 19 * src/test/ressources/timeseries/timeseries_step_06_out_*.xml: |
4 Added the missing out-Modes to the Testcase and rename it to | 20 Added the missing out-Modes to the Testcase and rename it to |
5 the common used way in this TestCases. | 21 the common used way in this TestCases. |