FDO .NET API Reference Feature Data Objects

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

Inherits OSGeo::FDO::Filter::LogicalOperator.

Inheritance diagram for OSGeo::FDO::Filter::BinaryLogicalOperator:

Inheritance graph
[legend]
List of all members.

Detailed Description

The BinaryLogicalOperator class derives from LogicalOperator and allows two filters to be combined via a logical "and" or a logical "or".

()

Definition at line 34 of file mgBinaryLogicalOperator.h.


Public Member Functions

 BinaryLogicalOperator (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a BinaryLogicalOperator object based on an unmanaged instance of the object.
 BinaryLogicalOperator (OSGeo::FDO::Filter::Filter *leftOperand, OSGeo::FDO::Filter::BinaryLogicalOperations operation, OSGeo::FDO::Filter::Filter *rightOperand)
 Constructs an instance of an BinaryLogicalOperator using the specified arguments.
 BinaryLogicalOperator ()
 Constructs a default instance of an BinaryLogicalOperator.
__property OSGeo::FDO::Filter::Filterget_LeftOperand ()
 Gets the filter that defines the left operand.
__property OSGeo::FDO::Filter::BinaryLogicalOperations get_Operation ()
 Gets the operation to be performed between the two operands.
__property OSGeo::FDO::Filter::Filterget_RightOperand ()
 Gets the filter that defines the right operand.
System::Void Process (OSGeo::FDO::Filter::IFilterProcessor *processor)
 Overrides Filter.Process to pass BinaryLogicalOperator to the appropriate filter processor operation.
__property System::Void set_LeftOperand (OSGeo::FDO::Filter::Filter *value)
 Sets the filter that defines the left operand.
__property System::Void set_Operation (OSGeo::FDO::Filter::BinaryLogicalOperations value)
 Sets the operation to be performed between the two operands.
__property System::Void set_RightOperand (OSGeo::FDO::Filter::Filter *value)
 Sets the filter that defines the right operand.

Comments or suggestions? Send us feedback.