Re: [gdal-dev] Building from source on 64 bit environment

2012-06-27 Thread kedardeshpande87
Thanks Even, You were right. I was using the 32 bit JVM. Now I have avoided that error. But now I am getting another weird unsatisfied linker error as : java.lang.UnsatisfiedLinkError: .../gdal/build/.libs/libgdal.so.1: undefined symbol: _ZTVN6PCIDSK15PCIDSKExceptionE Any idea why I am getting t

Re: [gdal-dev] Motion to adopt the RFC 39

2012-06-27 Thread Martin Chapman
Ari, I really like the idea and your proposed functions. I would like to propose additional ideas: 1. In addition to the spatial operations also have the spatial predicates like intersects, contains, within, etc... 2. Add an additional spatial predicate called IntersectsEvenOdd that uses the ev

[gdal-dev] Motion to adopt the RFC 39

2012-06-27 Thread Ari Jolma
Dear GDAL PSC, Some time ago I and Even spent some time to work on a patch which would initially implement the RFC OGR Layer Algebra. The RFC proposes new API for GDAL 2.0. The RFC is at http://trac.osgeo.org/gdal/wiki/rfc39_ogr_layer_algebra We believe the RFC and associated patch is now re

Re: [gdal-dev] Building from source on 64 bit environment

2012-06-27 Thread Even Rouault
Le mercredi 27 juin 2012 20:36:03, kedardeshpande87 a écrit : > Hi, > > I am trying to build the gdal from source on a 64 bit RHEL5. I am also > using the swig bindings for Java. > But I am getting UnsatisfiedLinkError with the error cause as : > .../libogrjni.so: wrong ELF class: ELFCLASS64* (Pos

[gdal-dev] Building from source on 64 bit environment

2012-06-27 Thread kedardeshpande87
Hi, I am trying to build the gdal from source on a 64 bit RHEL5. I am also using the swig bindings for Java. But I am getting UnsatisfiedLinkError with the error cause as : .../libogrjni.so: wrong ELF class: ELFCLASS64* (Possible cause: architecture word width mismatch)* Where can I set this opti

Re: [gdal-dev] Errors with ogr2ogr and DXF files (ASCII and BIN)

2012-06-27 Thread Even Rouault
Selon Mac Wind : > Hi. > > Using OGR, I'm trying to reproject a DXF file. I'm using ogr2ogr, but > I get two type of errors depending if I start with a BIN DXF or an > ASCII DXF file. > > With BIN DXF: > > ogr2ogr -s_srs 27492.prj -t_srs 4326.prj myfile_WGS84.dxf myfile_BIN12.dxf > > I get this er

Re: [gdal-dev] Errors with ogr2ogr and DXF files (ASCII and BIN)

2012-06-27 Thread Jean-Claude Repetto
Le 27/06/2012 15:52, Mac Wind a écrit : With ASCII DXF ogr2ogr -s_srs 27492.prj -t_srs 4326.prj myfile_WGS84.dxf myfile_ASCII12.dxf I get this error message: FAILED: Layer entities already exists, and -append not specified. Consider using -append, or -overwrite. Try to remove the

[gdal-dev] Errors with ogr2ogr and DXF files (ASCII and BIN)

2012-06-27 Thread Mac Wind
Hi. Using OGR, I'm trying to reproject a DXF file. I'm using ogr2ogr, but I get two type of errors depending if I start with a BIN DXF or an ASCII DXF file. With BIN DXF: ogr2ogr -s_srs 27492.prj -t_srs 4326.prj myfile_WGS84.dxf myfile_BIN12.dxf I get this error message: FAILURE: Unable to ope