Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1071:9bb1979aabbe
Added a new output state and chart type for vertical profiles using vector data.
gnv-artifacts/trunk@1168 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 07 Jun 2010 15:00:23 +0000 |
parents | 7096a2e13676 |
children | 6f35dcd81418 |
comparison
equal
deleted
inserted
replaced
1070:7096a2e13676 | 1071:9bb1979aabbe |
---|---|
1 2010-06-07 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/utils/VectorDataProcessor.java: The | |
4 columns used for the final ResultDescriptor are no longer configured here | |
5 - they need to be configured in the output states of each product. The | |
6 VectorDataProcessor is called with the data collection and these columns | |
7 now (so the method signature of process(.) changed). | |
8 | |
9 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesVectorOutputState.java: | |
10 Configured ResultDescriptor columns here and adapted method call of | |
11 VectorDataProcessor.process(.). | |
12 | |
13 * src/main/java/de/intevation/gnv/state/profile/vertical/VerticalProfileVectorOutputState.java: | |
14 This output state is used while working vector data on verticalprofiles. | |
15 Before a chart is generated by this state, the vector data are converted | |
16 using VectorDataProcessor. | |
17 | |
18 * src/main/java/de/intevation/gnv/chart/VerticalProfileVectorChart.java: A | |
19 new chart type used for verticalprofiles with vector data. | |
20 | |
21 * doc/conf/queries.properties: A parameter of an sql statement got a name. | |
22 | |
1 2010-06-07 Tim Englich <tim.englich@intevation.de> | 23 2010-06-07 Tim Englich <tim.englich@intevation.de> |
2 | 24 |
3 Added functionality to publish the the mbr of the generated layer to | 25 Added functionality to publish the the mbr of the generated layer to |
4 the client. | 26 the client. |
5 * src/main/java/de/intevation/gnv/utils/MetaWriter.java (insertMbr): | 27 * src/main/java/de/intevation/gnv/utils/MetaWriter.java (insertMbr): |