Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1040:70653c29fc1d
Finished vector support for timeseriespoints (Issue27).
gnv-artifacts/trunk@1112 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 19 May 2010 14:05:33 +0000 |
parents | 3be83ac4cfde |
children | 8a8ee5abc084 |
comparison
equal
deleted
inserted
replaced
1039:3be83ac4cfde | 1040:70653c29fc1d |
---|---|
1 2010-05-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue27 - Vector data support for timeseriespoints finished. | |
4 | |
5 * doc/conf/products/timeseries/conf_timeseriespoint.xml: Adjusted the | |
6 relevant OutputState for timeseries with components of vector data. | |
7 | |
8 * src/main/java/de/intevation/gnv/utils/VectorDataProcessor.java: A helper | |
9 class that converts vector data into a useful container for our chart | |
10 classes. Our chart classes just use one single data value of each Result | |
11 object - but there is a data value for each component of a vector. So we | |
12 need to split Result object into many Result objects - one for each vector | |
13 component. | |
14 | |
15 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesVectorOutputState.java: | |
16 Inherits from TimeSeriesOutputStates. Currently, the only reason for this | |
17 class is to instantiate TimeSeriesVectorChart objects instead of | |
18 TimeSeriesChart objects. | |
19 | |
20 * src/main/java/de/intevation/gnv/chart/TimeSeriesVectorChart.java: This | |
21 chart type inherits from TimeSeriesChart. The only difference between | |
22 these two types is the way how to add datasets and how to create names for | |
23 series - most of the code is equal. | |
24 | |
25 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
26 Timegap definitions have protected access now. | |
27 | |
1 2010-05-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 28 2010-05-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 29 |
3 * doc/conf/products/timeseries/conf_timeseriespoint.xml: Added the vector | 30 * doc/conf/products/timeseries/conf_timeseriespoint.xml: Added the vector |
4 value path. | 31 value path. |
5 | 32 |