FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Connections::Capabilities::IRasterCapabilitiesImp Class Reference
[OSGeo::FDO::Connections::Capabilities]

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Connections::Capabilities::IRasterCapabilities.

Inheritance diagram for OSGeo::FDO::Connections::Capabilities::IRasterCapabilitiesImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

()

Definition at line 30 of file mgIRasterCapabilitiesImp.h.


Public Member Functions

System::Boolean 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.
System::Boolean SupportsRaster ()
 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.
System::Boolean SupportsStitching ()
 Returns true if the provider has the capability to stitch images from a select command (query) together into a single image.
System::Boolean SupportsSubsampling ()
 Returns true if the provider can reduce the resolution of an image.

Comments or suggestions? Send us feedback.