[gdal-dev] GDAL and OGR utilities as library functions?

2017-01-03 Thread Vladimir Sandoval
Greetings:Referencing this blog post http://erouault.blogspot.com/2015/10/gdal-and-ogr-utilities-as-library.html I need to use the "new" Translate method in the GDAL Java API. However, the Translate method is not even in GDAL2.1.0 available at Maven (TranslateOptions is in there, but not Translate)

Re: [gdal-dev] GDAL and OGR utilities as library functions?

2017-01-03 Thread Even Rouault
On mardi 3 janvier 2017 20:45:58 CET Vladimir Sandoval wrote: > Greetings: > Referencing this blog > post http://erouault.blogspot.com/2015/10/gdal-and-ogr-utilities-as-library > .html I need to use the "new" Translate method in the GDAL Java API. > However, the Translate method is not even in GDAL

Re: [gdal-dev] configure: WARNING: unrecognized options: --with-macosx-framework

2017-01-03 Thread Even Rouault
> > Anyway, should I file a bug and commit the above path to the file > "configure"? configure should never been manually modified. It is regenerated by autoconf (currently 2.69) from configure.in I've traced the issue to be linked to the following line in configure.in AC_ARG_WITH(,[ --with-

Re: [gdal-dev] 1.11 OGR_F_SetFieldDouble() then OGR_F_GetFieldAsDouble() always returns zero

2017-01-03 Thread Nik
Hey, thanks for this advice Even. I think I may have actually stumbled on a similar issue in the past (with setting geometry) so I really should have known better. Thanks for the reminder. Yes, an update to the doco would help newbies as well as people like me who only dabble around the ed