Hi, Status quo

I checked in some modifications on trunk.

There is an abstract class JDBCAccessCustom from which you should subclass.
As an example I did this for JDBCAccessOracleGeoraster.

XML Config:

Replace

<spatialExtension name="georaster"/>
<mapping>
  <masterTable name="RASTER" >
     <geoRasterAttribute name="IMAGE"/>
     <coverageNameAttribute name="NAME"/>
  </masterTable>
</mapping>

with

<spatialExtension name="custom"/>
<jdbcAccessClassName name ="myfullyqualifedClassName"/>

TODO

1) Writing an online test case
2) Review of ImageLevelInfo
3) Documentation

I think you can start, looking at JDBCAccessOracleGeoraster as a template.
The major modifications are done.
After you succeed, I will backport on 2.6.x series to get this feature  
in the next geoserver release.







Quoting Baskar <dbas...@firstam.com>:

>
> Christian,
>
> Thanks for your suggestions. I will wait until you finish your part. Later i
> will check out your code and integrate my work.
> --
> View this message in context:   
> http://osgeo-org.1803224.n2.nabble.com/Proposed-Mosaicing-GeoRaster-Module-tp4942991p5034243.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
>



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



------------------------------------------------------------------------------

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

Reply via email to