Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1041:8a8ee5abc084
Implemented the odv export for timeseries using vector data (Issue27).
gnv-artifacts/trunk@1113 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 20 May 2010 09:47:19 +0000 |
parents | 70653c29fc1d |
children | 07b829c06981 |
comparison
equal
deleted
inserted
replaced
1040:70653c29fc1d | 1041:8a8ee5abc084 |
---|---|
1 2010-05-20 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue27 - Implemented odv export for vector data of timeseriespoints. | |
4 | |
5 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesVectorOutputState.java: | |
6 Implemented the odv export for vector data on timeseriespoints.Therefore, | |
7 the getData(.) method for processing vector data has been removed. The | |
8 processing needs to take place after getData(.) fetched the data from | |
9 database, because it's not necessary to process vector data used for an | |
10 odv export (which is fetched via getData(.) as well). | |
11 | |
1 2010-05-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 12 2010-05-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 13 |
3 Issue27 - Vector data support for timeseriespoints finished. | 14 Issue27 - Vector data support for timeseriespoints finished. |
4 | 15 |
5 * doc/conf/products/timeseries/conf_timeseriespoint.xml: Adjusted the | 16 * doc/conf/products/timeseries/conf_timeseriespoint.xml: Adjusted the |