FDO API Reference Feature Data Objects

UnaryLogicalOperator Class Reference

List of all members.

Detailed Description

The FdoUnaryLogicalOperator class derives from FdoLogicalOperator and allows a logical "Not" to be performed against a filter.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_FILTER::Filter * get_Operand ()
 Gets the FdoFilter operand to apply the operator to.
__property NAMESPACE_OSGEO_FDO_FILTER::UnaryLogicalOperations get_Operation ()
 Gets the unary operation to be performed on the operand.
System::Void Process (NAMESPACE_OSGEO_FDO_FILTER::IFilterProcessor *processor)
 Overrides FdoFilter.Process to pass the FdoUnaryLogicalOperator to the appropriate filter processor operation.
__property System::Void set_Operand (NAMESPACE_OSGEO_FDO_FILTER::Filter *value)
 Sets the FdoFilter operand to apply the operator to.
__property System::Void set_Operation (NAMESPACE_OSGEO_FDO_FILTER::UnaryLogicalOperations value)
 Sets the unary operation to be performed on the operand.
 UnaryLogicalOperator (System::IntPtr unmanaged, System::Boolean autoDelete)
 UnaryLogicalOperator (NAMESPACE_OSGEO_FDO_FILTER::Filter *operand, NAMESPACE_OSGEO_FDO_FILTER::UnaryLogicalOperations operation)
 Constructs an instance of an FdoUnaryLogicalOperator using the specified arguments.
 UnaryLogicalOperator ()
 Constructs a default instance of an FdoUnaryLogicalOperator.

Comments or suggestions? Send us feedback.