The module expects a table  containing a String attribute and a raster  
attribute.

e.g
create table myrastertable (covname varchar(32), image raster )

myrastertable --> master table
covname -->  coverageNameAttribute
image --> GeorasterAttribute

insert into myrastertable (covname,image) values ("myName", ...)

"myName" --> coverageName as defined in the xml config.

Btw, I am experimenting with getRasterSubset to see if this is more efficient.
Do you have a large data set where we can test these two variants.


Quoting "ba...@geotools" <dbas...@firstam.com>:

>
> Hi christian,
>
> I am trying to test the module. Please let me know what value we have to
> enter in "coverageNameAttribute" tag in "mapping.georaster.xml.inc" and
> "coverageName" tag.
>
> I assume coveragename should be any name defined by user. Please confirm
> this also.
>
> regards
> baskar
> --
> View this message in context:   
> http://osgeo-org.1803224.n2.nabble.com/Proposed-Mosaicing-GeoRaster-Module-tp4942991p4996550.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