FdoIRasterCapabilities Class Reference

The FdoIRasterCapabilities class delineates available support for raster processing from a provider. More...

#include <IRasterCapabilities.h>

Inherits FdoIDisposable.

List of all members.


Public Member Functions

virtual FDO_API bool SupportsDataModel (FdoRasterDataModel *model)=0
 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.
virtual FDO_API bool SupportsRaster ()=0
 Returns true if the provider has raster capability. This implies the capability to define new raster properties on a class and store and retrieve raster images.
virtual FDO_API bool SupportsStitching ()=0
 Returns true if the provider has the capability to stitch images from a select command (query) together into a single image.
virtual FDO_API bool SupportsSubsampling ()=0
 Returns true if the provider can reduce the resolution of an image.

Detailed Description

The FdoIRasterCapabilities class delineates available support for raster processing from a provider.

Definition at line 31 of file IRasterCapabilities.h.


The documentation for this class was generated from the following file: