FDO API Reference Feature Data Objects

FdoIRasterCapabilities Class Reference

#include <IRasterCapabilities.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoIRasterCapabilities:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

Definition at line 31 of file IRasterCapabilities.h.


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.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.