FDO .NET API Reference Feature Data Objects
System::Void OSGeo::FDO::Filter::Filter::Process ( OSGeo::FDO::Filter::IFilterProcessor processor  ) 

Abstract operation that takes an IFilterProcessor as an argument. Concrete filter subclasses must override this method and pass themselves as an argument to the appropriate filter processor operation.

Parameters:
processor Input filter processor
Returns:
Returns nothing

Reimplemented in OSGeo::FDO::Filter::BinaryLogicalOperator, OSGeo::FDO::Filter::ComparisonCondition, OSGeo::FDO::Filter::DistanceCondition, OSGeo::FDO::Filter::InCondition, OSGeo::FDO::Filter::NullCondition, OSGeo::FDO::Filter::SpatialCondition, and OSGeo::FDO::Filter::UnaryLogicalOperator.


Comments or suggestions? Send us feedback.