[Gdal-dev] GDAL 1.6 Java binding, Windows
Matthew Cole
Matthew.Cole at drdc-rddc.gc.ca
Thu Feb 19 14:27:55 EST 2009
Sure, I'd be happy to try them to make sure they don't break anything.
Where would I get the updated version?
Matt
Matthew,
For the record, I just commited yesterday in GDAL SVN trunk a substantial
update to the java bindings I was mentionning. Now all necessary typemaps
have been created, so it looks rather good (no more SWIGTYPE_p_* classes). I
would be interested in having early feedback from people already using the
Java bindings to check if I haven't broken existing API. It shouldn't
hopefully (at least the 2 test applications still run against the bindings).
It also adds methods with default argument values, for example
ogr.Open(String filename) in addition to the full ogr.Open(String filename,
int update). Some facilities that look more java'ish have been added, like
String Geometry.ExportToWkt(), in addition to the existing int
Geometry.ExportToWkt(String[] argout), etc. A previous commit already added
support for progress callbacks in GDAL API.
Best regards
--
View this message in context: http://n2.nabble.com/GDAL-1.6-Java-binding%2C-Windows-tp2299600p2354972.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
More information about the gdal-dev
mailing list