Mercurial > dive4elements > gnv-client
diff geo-backend/ChangeLog @ 550:84ba7cbff791
Added bicubic spline interpolation on raster tiles.
geo-backend/trunk@528 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 12 Jan 2010 00:27:53 +0000 |
parents | 0dcf068fb552 |
children | 1f6e2b256247 |
line wrap: on
line diff
--- a/geo-backend/ChangeLog Sat Jan 09 16:40:19 2010 +0000 +++ b/geo-backend/ChangeLog Tue Jan 12 00:27:53 2010 +0000 @@ -1,3 +1,14 @@ +2009-01-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java: + Added bicubic spline interpolation on raster tiles. This + should increase the 'virtual' resolution more than the + bilinear interpolation. To enable it write 'bicubic' into + the configuration file. + + * pom.xml: Added dependency to Apache Common Math 2.0 for + the cubic spline interpolation. + 2009-01-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java: