Re: [gdal-dev] Wrapping with SWIG

2013-06-06 Thread Jaak Laineste (Nutiteq)
On 22.05.2013, at 10:20, Even Rouault wrote: > Le vendredi 17 mai 2013 09:38:31, Hank Finley a écrit : >> 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

Re: [gdal-dev] Wrapping with SWIG

2013-05-22 Thread Even Rouault
Le vendredi 17 mai 2013 09:38:31, Hank Finley a écrit : > 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 i

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

2013-05-18 Thread Hank Finley
mple.zip> Kind regards Hank -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Wrapping-with-SWIG-tp5053824p5054207.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@list

Re: [gdal-dev] Wrapping with SWIG

2013-05-18 Thread Greg Troxel
Hank Finley writes: > 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? I may have m

Re: [gdal-dev] Wrapping with SWIG

2013-05-17 Thread Ari Jolma
s it possible to contact Even somehow? > He's probably already read all these messages. :) > > Regards Hank > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/gdal-dev-Wrapping-with-SWIG-tp5053824p5053886.html

Re: [gdal-dev] Wrapping with SWIG

2013-05-17 Thread Hank Finley
this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Wrapping-with-SWIG-tp5053824p5053886.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/lis

Re: [gdal-dev] Wrapping with SWIG

2013-05-17 Thread Tamas Szekeres
Hank, As far as I know Even Rouault has been working on the maintenance of GDAL/Java wrapper in the recent time. You may also consider using GDAL to access the spatialite db, which would eliminate the need to create the wrapper around spatialite as you have mentioned. Best regards, Tamas 201

Re: [gdal-dev] Wrapping with SWIG

2013-05-16 Thread Hank Finley
ext: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Wrapping-with-SWIG-tp5053824p5053853.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Wrapping with SWIG

2013-05-16 Thread Ari Jolma
On 05/17/2013 03:43 AM, Hank Finley wrote: 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 wrapper

[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