Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 455:363236fc462d
Added Rasterdatasupport to VerticalCrossSections
gnv-artifacts/trunk@505 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 04 Jan 2010 15:27:33 +0000 |
parents | 04cfb4e3da4f |
children | b8080695ea62 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Jan 04 15:20:14 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Jan 04 15:27:33 2010 +0000 @@ -1,3 +1,14 @@ +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. + 2010-01-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/gnv/statistics/Statistics.java: