Hi,
Thanks to Simone, I can finally read my GeoTIFF! I use this snipped to get
the nearest-neighbor cell value for a given world coordinate:
double[] values = ...
DirectPosition dp = new DirectPosition2D(crs, c.x, c.y);
GridCoordinates2D gridCoords = cov.getGridGeometry().worldToGrid(dp);
cov.evaluate(gridCoords, values);
Can I also get interpolated values for a given world coordinate?
Cheers,
Jan
--
>From address is valid until 01.06.2010
------------------------------------------------------------------------------
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users