Re: [Geotools-devel] Simple Coverage plugin

2007-11-08 Thread Jody Garnett
Have a look at the unsupported/mrsid module (it uses gdal for that work). For the exciting code you will need to look at the imageio-ext project - the code is *very* well documented. GridCoverage is not going to be something you create, you are probably going to write a wrapper around your own

[Geotools-devel] Simple Coverage plugin

2007-11-08 Thread Семененко Андрея
Hello, developers. I want to create a very simple Coverage based on GDAL(ReadOnly without cashing, etc). I have no problems with GDAL in JAVA (with swig). Examples in gdal/swig/java/app are working OK. I see at GeoTools/modules/plugin image, arcgrid, wms,arcsde and others, I also read OGC spec