Why do you want to use gdal ?. Some times ago I did the imagemosic-jdbc plugin which does approximately the same using only native/sql or spatial extensions of the different databases (For Oracle I used only location based services)
I took also a look at Oracle Georaster which supports all you need for pyramids/mosaicing. Implementing a special GridCoverageReader should be enough. The exercise is to formulate the correct oracle sql statements. I did not implement it because I had no licencse for the Georaster stuff. Did I oversee something ? Robert van Drunen writes: > Hello list, > > I'm trying to figure out how to realise the following: > > I want to use Geoserver w/ the GDAL extension (on top of GDAL 1.6) to > serve Oracle Georaster data. > > So, I think I need to write a new imageio-ext plugin because the binary > distributions do not support Georasters. So far so good. > > Is this possible? I read somewhere that the Java SWIG bindings for GDAL > 1.6 are broken and to be fixed in 1.7.0? In any case I get a lot of > errors when I try to generate the bindings in my GDAL build. > > (which could mean this message should be on the GDAL mailing lists?) > > If it's not possible in this way, are there any suggestions on how to > accomplice this? > > Best regards, > Robert van Drunen > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
