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::UnaryLogicalOperator Class Reference

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

Inheritance diagram for OSGeo::FDO::Filter::UnaryLogicalOperator:

[legend]
List of all members.

Detailed Description

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


Public Member Functions

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

Constructor & Destructor Documentation

OSGeo::FDO::Filter::UnaryLogicalOperator::UnaryLogicalOperator  ) 
 

Constructs a default instance of an UnaryLogicalOperator.

Returns:
Returns UnaryLogicalOperator

OSGeo::FDO::Filter::UnaryLogicalOperator::UnaryLogicalOperator OSGeo::FDO::Filter::Filter operand,
OSGeo::FDO::Filter::UnaryLogicalOperations  operation
 

Constructs an instance of an UnaryLogicalOperator using the specified arguments.

Parameters:
operand Input operand
operation Input operation
Returns:
Returns UnaryLogicalOperator

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

Constructs a UnaryLogicalOperator 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::UnaryLogicalOperator::get_Operand  ) 
 

Gets Filter operand to apply the operator to.

Returns:
Returns filter

__property OSGeo ::FDO ::Filter ::UnaryLogicalOperations OSGeo::FDO::Filter::UnaryLogicalOperator::get_Operation  ) 
 

Gets the unary operation to be performed on the operand.

Returns:
Returns the unary operation

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

Overrides Filter.Process to pass UnaryLogicalOperator 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::UnaryLogicalOperator::set_Operand OSGeo::FDO::Filter::Filter value  ) 
 

Sets Filter operand to apply the operator to.

Parameters:
value Input filter
Returns:
Returns nothing

__property System::Void OSGeo::FDO::Filter::UnaryLogicalOperator::set_Operation OSGeo::FDO::Filter::UnaryLogicalOperations  value  ) 
 

Sets the unary operation to be performed on the operand.

Parameters:
value Input the unary operation
Returns:
Returns nothing

Comments or suggestions? Send us feedback.