[gdal-dev] can java use the jdal

2009-07-07 Thread maven apache
I wonder if there is a java librariy which can be directly used to handle the data instead of using the Runtime to call the command(for example glalinfo..)? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gda

Re: [gdal-dev] can java use the jdal

2009-07-07 Thread Frank Warmerdam
maven apache wrote: I wonder if there is a java librariy which can be directly used to handle the data instead of using the Runtime to call the command(for example glalinfo..)? Maven, The GDAL project includes java bindings for the api so it should be practical to recreate pretty much any

Re: [gdal-dev] can java use the jdal

2009-07-07 Thread Daniele Romagnoli
Hi, you can also take a look on our imageio-ext project which extends Sun's Java ImageIO framework, also leveraging on gdal. See here: https://imageio-ext.dev.java.net/ Hope this helps. Cheers, Daniele On Tue, Jul 7, 2009 at 3:25 PM, Frank Warmerdam wrote: > maven apache wrote: > >> I wonder if