Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 544:33f93898cbbf
Added RasterObject for caching the Rastertiles to get a better performance
geo-backend/trunk@508 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 05 Jan 2010 14:09:53 +0000 |
parents | fac02bf1c685 |
children | 347c84467478 |
comparison
equal
deleted
inserted
replaced
543:fac02bf1c685 | 544:33f93898cbbf |
---|---|
1 2010-01-05 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (handleResultSet): | |
4 Switched to return the RasterObject instead of the depth in an Rasterquery. | |
5 This should help to get a better performance. | |
6 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java (RasterObject): | |
7 Added new Object for Caching Rastertiles and all Informations that are | |
8 required for calculating the Depth to a given Coordinate. | |
9 | |
1 2010-01-04 Tim Englich <tim.englich@intevation.de> | 10 2010-01-04 Tim Englich <tim.englich@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (handleResultSet): | 12 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEStatement.java (handleResultSet): |
4 Added Rasterdatasupport to the ARCSDESTATEMENT. | 13 Added Rasterdatasupport to the ARCSDESTATEMENT. |
5 Now it is possible to Query the Value of an Pixel like that: | 14 Now it is possible to Query the Value of an Pixel like that: |