Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 230:f68ffbe974a0
Implemented an exporter for odv and csv exports.
gnv-artifacts/trunk@298 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 06 Nov 2009 10:56:18 +0000 |
parents | a610c0a01afc |
children | 3d6d89bcbf42 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Fri Nov 06 10:23:55 2009 +0000 +++ b/gnv-artifacts/ChangeLog Fri Nov 06 10:56:18 2009 +0000 @@ -1,20 +1,36 @@ +2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * src/main/java/de/intevation/gnv/exports, + src/main/java/de/intevation/gnv/exports/Export.java, + src/main/java/de/intevation/gnv/exports/DefaultProfile.java, + src/main/java/de/intevation/gnv/exports/DefaultExport.java: Implemented an + Exporter for odv and csv exports. Each exports just needs a Profile, which + describes the output. + + * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java: + Added an exemplary export for CSV and ODV formats of + TimeSeriesOutputTransition. + + TODO: ODV exporter exports the same data as CSV exporter does. This needs + to be adapted. + 2009-11-06 Tim Englich <tim.englich@intevation.de> - * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: - Added and moved Workflowsteps because of changes in the Workflow of these Artifacts. - Now the Region-Filter is added to the Workflow an can be tested using - this UnitTestCases. - - * src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_*.xml, - src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_*.xml, - src/test/ressources/timeseries/timeseries_step_*.xml, - src/test/ressources/timeseries_mesh/timeseries_step_*.xml, - src/test/ressources/verticalprofile/verticalprofile_step_*.xml, - src/test/ressources/verticalprofile_mesh/verticalprofile_step_*.xml, - Added and moved Files because of changes in the Workflow of these Artifacts. - Now the Region-Filter is added to the Workflow an can be tested using - the UnitTestCases. - + * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: + Added and moved Workflowsteps because of changes in the Workflow of these Artifacts. + Now the Region-Filter is added to the Workflow an can be tested using + this UnitTestCases. + + * src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_*.xml, + src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_*.xml, + src/test/ressources/timeseries/timeseries_step_*.xml, + src/test/ressources/timeseries_mesh/timeseries_step_*.xml, + src/test/ressources/verticalprofile/verticalprofile_step_*.xml, + src/test/ressources/verticalprofile_mesh/verticalprofile_step_*.xml: + Added and moved Files because of changes in the Workflow of these Artifacts. + Now the Region-Filter is added to the Workflow an can be tested using + the UnitTestCases. + 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de> * doc/conf/products/horizontalcrosssection/conf_mesh.xml,