| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Filter::BinaryLogicalOperator:

()
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::Filter * | get_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::Filter * | get_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. |