[fdo-internals] ArcSDE provider + raster data

Jackie Ng jumpinjackie at gmail.com
Fri Feb 15 06:19:47 PST 2013


You're actually doing something that to my knowledge has not actually being
achieved before in an FDO provider: A provider that supports *both* raster
and vector data.

Having said that, and having no knowledge of ArcSDE itself, a conceptual
overview of the work required would probably be as follows:

 * Extend the provider's FdoIDescribeSchema to include raster feature
classes in the FDO logical schema
 * Extend the provider's FdoISelect to handle queries involving raster FDO
properties
 * Implement the FdoIRaster interface
 * Implement ArcSDE's FdoIReader::GetRaster that returns your FdoIRaster
implementation

Even though the WMS FDO provider was out of your consideration, that
provider and the GDAL provider are the only raster-based FDO providers
around and may serve as a useful reference point in implementation.

Please note that very few of us here have paid the ESRI admission fee so
community advice, testing and feedback on your ArcSDE provider enhancement
work (if any) will be somewhat limited.

- Jackie



--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Re-ArcSDE-provider-raster-data-tp5034487p5034555.html
Sent from the FDO Internals mailing list archive at Nabble.com.


More information about the fdo-internals mailing list