FDO API Reference Feature Data Objects

virtual FDO_API bool FdoIRasterCapabilities::SupportsDataModel FdoRasterDataModel model  )  [pure virtual]
 

Returns true if the provider can handle the provided data model. It is expected that when used to transform between data models, the matrix defined by input and output data models is not sparse for every data model that is supported.

Parameters:
model The model to check for validity with this provider.
Returns:
Returns true if the specified data model is supported, and hence the FdoIRaster object will dynamically transform an image to the specified data model. Returns false if the specified data model is not supported.

Comments or suggestions? Send us feedback.