Re: [gdal-dev] Wrapping with SWIG (with attached example)

2013-05-18 Thread Hank Finley
Hi Greg, Your right I haven't posted any issue yet. I am trying to look for a person with the right skills that could help me first. I am looking for someone that has had experience wrapping the C language with SWIG, for use in Java. If I can find someone then I will gladly post more detail. Cha

Re: [gdal-dev] Wrapping with SWIG

2013-05-17 Thread Hank Finley
Hi Tamas, thanks for the advice, I would still like to continue with my goal, down the track I'm going to be using this to fuel my OpenGL graphical map. The SQL API level was far too slow, so I am going to the C API level. Is it possible to contact Even somehow? Regards Hank -- View this mess

Re: [gdal-dev] Wrapping with SWIG

2013-05-16 Thread Hank Finley
Hi Ari, thanks for your time, yes I have tried the SWIG list a few times, however replies are 'far and few between', so I am stretching out to new sources of help. It is not what you would call an active list. At the moment I am just focusing on one header file that has 8 struct's that are coming

[gdal-dev] Wrapping with SWIG

2013-05-16 Thread Hank Finley
Hi All, I'm currently trying to create a wrapper for a C API with SWIG for use in Java. The API is for an open source spatial database called Spatialite. This is causing a few headaches and I need some help. My first question is did the SWIG wrappers for GDAL get created in-house or was it a pai