Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Jan 04 15:27:33 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Jan 04 15:41:29 2010 +0000 @@ -1,13 +1,23 @@ +2010-01-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * src/main/java/de/intevation/gnv/utils/ArtifactXMLUtilities.java: Declared + method to create a new xforms element as static to be able to use it + without instantiating an object of this class. + + * src/main/java/de/intevation/gnv/state/StateBase.java: Splitted code pathes + of static and dynamic nodes. Static nodes contain the selected value + only instead of transfering the complete stack of possible values again. + 2010-01-04 Tim Englich <tim.englich@intevation.de> - * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java (process): - Changed the XYDepth-Interface-Implementation to QueriedXYDepth - * doc/conf/queries.properties: - Added the Query for Rasterdataaccess. - * src/main/java/de/intevation/gnv/math/QueriedXYDepth.java (QueriedXYDepth): - Added Implementation of the XYDepth-Interface for Querying the height - of an Position using the geo-backend interface. - It is only nessesary to add a Query with the id rasterQuery to the query-Properties. + * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java (process): + Changed the XYDepth-Interface-Implementation to QueriedXYDepth + * doc/conf/queries.properties: + Added the Query for Rasterdataaccess. + * src/main/java/de/intevation/gnv/math/QueriedXYDepth.java (QueriedXYDepth): + Added Implementation of the XYDepth-Interface for Querying the height + of an Position using the geo-backend interface. + It is only nessesary to add a Query with the id rasterQuery to the query-Properties. 2010-01-04 Sascha L. Teichmann <sascha.teichmann@intevation.de>