Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 634:58c32df1a44d
Improved the describe document so that we are able to render a measurement-parameter-matrix with these data.
gnv-artifacts/trunk@713 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 26 Feb 2010 13:53:05 +0000 |
parents | 7a136b99ad71 |
children | 87f05cec1632 |
comparison
equal
deleted
inserted
replaced
633:7a136b99ad71 | 634:58c32df1a44d |
---|---|
1 2010-02-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * doc/conf/products/timeseries/conf_timeseriespoint.xml: Changed the | |
4 configured state class from DefaultState to MeasurementState. | |
5 | |
6 * doc/conf/queries.properties: Select parameterid from db as well, when | |
7 fetching all measurement ids. | |
8 | |
9 * src/main/java/de/intevation/gnv/state/StateBase.java: Improved the way of | |
10 searching for descriptions in selected values (used in describe document). | |
11 | |
12 * src/main/java/de/intevation/gnv/state/MeasurementState.java: New state | |
13 object to create a describe document which can be used to render a | |
14 measurement-parameter-matrix. | |
15 | |
16 * src/main/java/de/intevation/gnv/state/InputData.java, | |
17 src/main/java/de/intevation/gnv/state/DefaultInputData.java: Added a new | |
18 method to fetch a description by key. | |
19 | |
20 * src/main/java/de/intevation/gnv/state/describedata/ExtendedKeyValueData.java: | |
21 This class extends DefaultKeyValueDescibeData. It is used by | |
22 MeasurementState to create a mapping between measurements and parameters. | |
23 Each key/value-pair has an extra attribute storing its parameter value. | |
24 | |
1 2010-02-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 25 2010-02-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 26 |
3 * doc/conf/products/verticalcrosssection/conf_mesh.xml, | 27 * doc/conf/products/verticalcrosssection/conf_mesh.xml, |
4 doc/conf/products/timeseries/conf_mesh.xml, | 28 doc/conf/products/timeseries/conf_mesh.xml, |
5 doc/conf/products/timeseries/conf_timeseriespoint.xml, | 29 doc/conf/products/timeseries/conf_timeseriespoint.xml, |