Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1081:846b2b70b2e0
Implemented histogram creation for vectorial timeseries.
gnv-artifacts/trunk@1183 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Jun 2010 09:51:05 +0000 |
parents | 01e26528bb39 |
children | 3c0fd3c2fd6b |
comparison
equal
deleted
inserted
replaced
1080:01e26528bb39 | 1081:846b2b70b2e0 |
---|---|
1 2010-06-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesVectorOutputState.java: | |
4 Override method getHistograms(.) of TimeSeriesOutputState to create | |
5 histograms that contain the components of vectorial parameters. This | |
6 method doesn't have many tasks but calls getHistograms(.) of | |
7 VectorDataProcessor. | |
8 | |
9 * src/main/java/de/intevation/gnv/utils/VectorDataProcessor.java: The real | |
10 implementation of getHistograms(.) for creating histograms that contain | |
11 the components of vectorial parameters. This place was chosen to make it | |
12 possible to use this method in all vector output states (because multiple | |
13 inheritance is not available in Java). | |
14 | |
15 * src/main/java/de/intevation/gnv/histogram/HistogramHelper.java: | |
16 A new method to prepare the data for histograms that contain the | |
17 components of vectorial parameters. | |
18 | |
1 2010-06-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 19 2010-06-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | 21 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: |
4 Seperated the histogram creation into an own method. This enables | 22 Seperated the histogram creation into an own method. This enables |
5 subclasses to override the histogram creation. Moved the method | 23 subclasses to override the histogram creation. Moved the method |