Re: [gdal-dev] Accuracy of OGRLayer:SetSpatialFilter() API

2012-06-11 Thread Kedar Deshpande
re are returned (such as best match first etc) ? I am not using GEOS, is there another way to make it retrieve more accurate features ? Thanks, Kedar On Fri, Jun 8, 2012 at 12:13 PM, Kedar Deshpande wrote: > Hi, > > I am creating an application that reads a shapefile having Zipcode &g

Re: [gdal-dev] Using Java bindings of GDAL library : UnsatisfiedLinkError

2012-06-11 Thread Kedar Deshpande
r CH wrote: > Kedar, > > I don't think setenv works at Linux terminal. Use the export command. > > export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:`pwd` > > You should also set GDAL_DATA to the data directory to gdal/data > > On Sat, Jun 9, 2012 at 7:24 AM, Kedar Deshpande <

[gdal-dev] Using Java bindings of GDAL library : UnsatisfiedLinkError

2012-06-08 Thread Kedar Deshpande
Hi, I am writing a simple program to read a shapefile in Java on my linux machine using the gdal library's Java bindings. I followed the steps according to the link http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructionsUnix given on the GDAL library's site. In the gdal folder in gdal/swi

Re: [gdal-dev] Accuracy of OGRLayer:SetSpatialFilter() API

2012-06-08 Thread Kedar Deshpande
> > Hi, > > I am creating an application that reads a shapefile having Zipcode > Tabulation Area information (provided by US Census Bureau). > Once I get the layer, I am setting a spatial filter on it. I am passing a > OGRPoint object to it having some values for latitude and longitude. > After I a