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

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

Inherited by OSGeo::FDO::Filter::BinaryLogicalOperator, and OSGeo::FDO::Filter::UnaryLogicalOperator.

Inheritance diagram for OSGeo::FDO::Filter::LogicalOperator:

[legend]
List of all members.

Detailed Description

The LogicalOperator is an abstract base class. BinaryLogicalOperator and UnaryLogicalOperator derive from the LogicalOperator class.


Public Member Functions

 LogicalOperator (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a LogicalOperator object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

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

Constructs a LogicalOperator 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.

Comments or suggestions? Send us feedback.