FDO .NET API Reference Feature Data Objects
System::Boolean OSGeo::FDO::Connections::Capabilities::SupportsDataModel ( OSGeo::FDO::Raster::RasterDataModel model  ) 

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 IRaster 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.