Re: [Geoserver-users] How to know in a coordinate (x, y) is into a ascii grid file

2014-05-05 Thread Lorenzo Pini
Hi Sandro, it think you can have a better answer in the GeoTools mailing list. https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users Anyway, I guess you can get the envelope of the grid and check the coordinates on it. File file = new File(/home/xxx/grid.asc); AbstractGridFormat

[Geoserver-users] How to know in a coordinate (x, y) is into a ascii grid file

2014-05-04 Thread spresta73
Hello, I'm a beginner in using asc grid and geotools library. I'm developing some processes in java and I would understand the way to know if a generic coordinate (x,y) is inside the asc file using geotools libraries. Thanks in advance for any help you will give me. Sandro -- View this message