Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 617:3d13fa281a7e
Added new ouput mode: histogram.
gnv-artifacts/trunk@688 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 15 Feb 2010 11:44:01 +0000 |
parents | 93978859fa9e |
children | 250160797195 |
comparison
equal
deleted
inserted
replaced
616:93978859fa9e | 617:3d13fa281a7e |
---|---|
1 2010-02-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
4 Added code path to create and return histograms. | |
5 | |
6 * src/main/java/de/intevation/gnv/chart/AbstractHistogram.java, | |
7 src/main/java/de/intevation/gnv/chart/DefaultHistogram.java: New. Classes | |
8 for creating histograms. Each histogram contains exactly one parameter. | |
9 | |
10 * src/main/java/de/intevation/gnv/chart/XMLChartTheme.java: Added parsing | |
11 of histogram bar color. | |
12 | |
13 * src/main/java/de/intevation/gnv/exports/ChartExportHelper.java: Added a | |
14 new funcion to copy all histograms into a single image and send it to | |
15 output stream. | |
16 | |
17 * src/main/java/de/intevation/gnv/histogram/HistogramHelper.java: New. Added | |
18 helper function to split the result collections for each parameter and for | |
19 each measurement into pieces. | |
20 | |
1 2010-02-12 Tim Englich <tim.englich@intevation.de> | 21 2010-02-12 Tim Englich <tim.englich@intevation.de> |
2 | 22 |
3 * doc/conf/queries.properties: | 23 * doc/conf/queries.properties: |
4 Integrated Queries for the Product Layer. | 24 Integrated Queries for the Product Layer. |
5 | 25 |