mcr wrote: > > Hi, I am the developer. To clarify the situation. > > You have a sql table called RASTER. > This table has 2 Attributes NAME and IMAGE. > The table has exactly one row. > The value of NAME is CIP_ORTHOS > The value of IMAGE is the georaster object. >
Thank you for your quick response! Yes, in the connect user's (CVC_RASTER) schema Three actually - NAME Varchar2(64), SPATIAL_MBR SDO_GEOMETRY, IMAGE SDO_GEORASTER No, it has one row per image (and one associated RDT table for them all). Currently there are 5 rows (sites). Ultimately there will be about 500 images here for the sites we currently have vector data for. No. One record is now labeled LANG (NAME field), both in the database and in the XML setting (based on my second msg). Correct The goal of all this is to create a catalog of high-resolution images that spans the globe, served by GeoServer as a WMS coverage to the GWC tiler. Our java web-start application then connects back to the server and grabs those tiles from GWC along with other vector data to lay on top of the tiles as required for the AOI. Most of the images are in the 6-30 cm pixel size range and cover about 30 square miles. Ideally, it would take no more effort than to load the images into the database, and then delete and clear the tile areas when there are updates for certain sites. GWC will then request AOI's from WMS, and create and store new tiles as required. Realistically, I think the tile areas will need to be pre-rendered, at least for the upper tile layers (we currently go to tile level 22). I hope the system response is going to be quick enough to allow this all to work, but first I need to get it to simply read the data before I can make any more plans to use this architecture for the tiles. Bryan -- View this message in context: http://old.nabble.com/ImageMosaic-JDBC-setup-for-Oracle-GeoRaster---How--tp30366634p30396158.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
