FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Filter::BinaryLogicalOperator Class Reference

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

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

[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".


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.

Constructor & Destructor Documentation

OSGeo::FDO::Filter::BinaryLogicalOperator::BinaryLogicalOperator  ) 
 

Constructs a default instance of an BinaryLogicalOperator.

Returns:
Returns BinaryLogicalOperator

OSGeo::FDO::Filter::BinaryLogicalOperator::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.

Parameters:
leftOperand Input left hand operand
operation Input operator
rightOperand Input right hand operand
Returns:
Returns BinaryLogicalOperator

OSGeo::FDO::Filter::BinaryLogicalOperator::BinaryLogicalOperator System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs a BinaryLogicalOperator object based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property OSGeo ::FDO ::Filter ::Filter* OSGeo::FDO::Filter::BinaryLogicalOperator::get_LeftOperand  ) 
 

Gets the filter that defines the left operand.

Returns:
Returns the filter that defines the left operand

__property OSGeo ::FDO ::Filter ::BinaryLogicalOperations OSGeo::FDO::Filter::BinaryLogicalOperator::get_Operation  ) 
 

Gets the operation to be performed between the two operands.

Returns:
Returns the operation to be performed

__property OSGeo ::FDO ::Filter ::Filter* OSGeo::FDO::Filter::BinaryLogicalOperator::get_RightOperand  ) 
 

Gets the filter that defines the right operand.

Returns:
Returns the filter that defines the right operand

System::Void OSGeo::FDO::Filter::BinaryLogicalOperator::Process OSGeo::FDO::Filter::IFilterProcessor processor  ) 
 

Overrides Filter.Process to pass BinaryLogicalOperator to the appropriate filter processor operation.

Parameters:
processor Input filter processor
Returns:
Returns nothing

Reimplemented from OSGeo::FDO::Filter::Filter.

__property System::Void OSGeo::FDO::Filter::BinaryLogicalOperator::set_LeftOperand OSGeo::FDO::Filter::Filter value  ) 
 

Sets the filter that defines the left operand.

Parameters:
value Input the filter that defines the left operand
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Filter::BinaryLogicalOperator::set_Operation OSGeo::FDO::Filter::BinaryLogicalOperations  value  ) 
 

Sets the operation to be performed between the two operands.

Parameters:
value Input the operation to be performed
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Filter::BinaryLogicalOperator::set_RightOperand OSGeo::FDO::Filter::Filter value  ) 
 

Sets the filter that defines the right operand.

Parameters:
value Input the filter that defines the right operand
Returns:
Returns nothing

Comments or suggestions? Send us feedback.