Hi Christian,

Its good to know that you also working on this. Howerver, I am not sure
wheather my code can be integrated into ImageMosaic-jdbc module. Since I
developed this plug-in as seperate one for Geoserver 2 series based on the
structure of ImageMosaic-jdbc module. My plug-in will take input
configuration xml file that contains only data like below and plug-in will
take care rest of the things to create mosaic georaster.

<georaster>
   <datastore >
      <rastertable>GEORASTER TABLE NAME</rastertable>
      <schema>SCHEMA</schema>
     <database>Oracle</database>
     <drivertype>thin</drivertype>
     <server>DBSERVER</server>
     <dbname>DBNAME</dbname>
     <port>PORT</port>
     <username>USER</username>
     <password>PASS</password>
    </datastore>
</georaster>

I had used all necessary functionalities available in "sdo_geor" package to
create mosaic image.  As you pointed out, creating a java image pure raster
data is challenge one, and I did that image creation part and plug-in able
to respond the image properly. But still, I have to check and do few things
in the code. 

Please let me know your suggestions now so that we will proceed. Meanwhile,
suggest me how to write test cases for my case so that I will finish writing
test case and donate this to GeoTools.


Regards,
Baskar

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Proposed-Mosaicing-GeoRaster-Module-tp4942991p4973243.html
Sent from the geotools-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to