FDO .NET API Reference |
Feature Data Objects |
OSGeo::FDO::Filter::SearchCondition Class Reference
Inherits OSGeo::FDO::Filter::Filter.
Inherited by OSGeo::FDO::Filter::ComparisonCondition, OSGeo::FDO::Filter::GeometricCondition, OSGeo::FDO::Filter::InCondition, and OSGeo::FDO::Filter::NullCondition.
Inheritance diagram for OSGeo::FDO::Filter::SearchCondition:
[legend]List of all members.
Detailed Description
The SearchCondition is an abstract base class. SpatialCondition, ComparisonCondition, LikeCondition, InCondition, and NullCondition derive from the SearchCondition class.
|
Public Member Functions |
| SearchCondition (System::IntPtr unmanaged, System::Boolean autoDelete) |
| Constructs a SearchCondition object based on an unmanaged instance of the object.
|
Constructor & Destructor Documentation
OSGeo::FDO::Filter::SearchCondition::SearchCondition |
( |
System::IntPtr |
unmanaged, |
|
|
System::Boolean |
autoDelete |
|
) |
|
|
|
Constructs a SearchCondition 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. |