Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 456:b8080695ea62
Splitted code pathes of dynamic and static nodes. Static nodes contain the selected value only instead of transfering the whole stack of options again.
gnv-artifacts/trunk@506 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 04 Jan 2010 15:41:29 +0000 |
parents | 363236fc462d |
children | 47ad9721e692 |
comparison
equal
deleted
inserted
replaced
455:363236fc462d | 456:b8080695ea62 |
---|---|
1 2010-01-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/utils/ArtifactXMLUtilities.java: Declared | |
4 method to create a new xforms element as static to be able to use it | |
5 without instantiating an object of this class. | |
6 | |
7 * src/main/java/de/intevation/gnv/state/StateBase.java: Splitted code pathes | |
8 of static and dynamic nodes. Static nodes contain the selected value | |
9 only instead of transfering the complete stack of possible values again. | |
10 | |
1 2010-01-04 Tim Englich <tim.englich@intevation.de> | 11 2010-01-04 Tim Englich <tim.englich@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java (process): | 13 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java (process): |
4 Changed the XYDepth-Interface-Implementation to QueriedXYDepth | 14 Changed the XYDepth-Interface-Implementation to QueriedXYDepth |
5 * doc/conf/queries.properties: | 15 * doc/conf/queries.properties: |
6 Added the Query for Rasterdataaccess. | 16 Added the Query for Rasterdataaccess. |
7 * src/main/java/de/intevation/gnv/math/QueriedXYDepth.java (QueriedXYDepth): | 17 * src/main/java/de/intevation/gnv/math/QueriedXYDepth.java (QueriedXYDepth): |
8 Added Implementation of the XYDepth-Interface for Querying the height | 18 Added Implementation of the XYDepth-Interface for Querying the height |
9 of an Position using the geo-backend interface. | 19 of an Position using the geo-backend interface. |
10 It is only nessesary to add a Query with the id rasterQuery to the query-Properties. | 20 It is only nessesary to add a Query with the id rasterQuery to the query-Properties. |
11 | 21 |
12 2010-01-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2010-01-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
13 | 23 |
14 * src/main/java/de/intevation/gnv/statistics/Statistics.java: | 24 * src/main/java/de/intevation/gnv/statistics/Statistics.java: |
15 Changed interface to allow general object results as | 25 Changed interface to allow general object results as |