Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
549:0dcf068fb552 | 550:84ba7cbff791 |
---|---|
1 2009-01-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java: | |
4 Added bicubic spline interpolation on raster tiles. This | |
5 should increase the 'virtual' resolution more than the | |
6 bilinear interpolation. To enable it write 'bicubic' into | |
7 the configuration file. | |
8 | |
9 * pom.xml: Added dependency to Apache Common Math 2.0 for | |
10 the cubic spline interpolation. | |
11 | |
1 2009-01-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 12 2009-01-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java: | 14 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java: |
4 Added static method to fetch matching interpolation type for | 15 Added static method to fetch matching interpolation type for |
5 given string. Defaults to nearest neighbor if no string is matching. | 16 given string. Defaults to nearest neighbor if no string is matching. |