FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Filter::IFilterProcessorImp Class Reference
[OSGeo::FDO::Filter]

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Filter::IFilterProcessor.

Inheritance diagram for OSGeo::FDO::Filter::IFilterProcessorImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IFilterProcessor interface can be used to process the nodes in a filter tree. It declares a process operation for each concrete class in the filter hierarchy. Providers or client applications can create classes that realize this interface to do something meaningful with a filter hierarchy. For example, a RDBMS feature provider can implement a processor class to convert a filter hierarchy to the SQL equivalent syntax.

()

Definition at line 35 of file mgIFilterProcessorImp.h.


Public Member Functions

 IFilterProcessorImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a IFilterProcessorImp object based on an unmanaged instance of the object.

Comments or suggestions? Send us feedback.