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

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

Inherited by OSGeo::FDO::Filter::DistanceCondition, and OSGeo::FDO::Filter::SpatialCondition.

Inheritance diagram for OSGeo::FDO::Filter::GeometricCondition:

[legend]
List of all members.

Detailed Description

GeometricCondition is an abstract class that derives from SearchCondition and can be used to test whether the value of a geometric property meets a particular spatial criteria. GeometricCondition is the base class for DistanceCondition and SpatialCondition.


Public Member Functions

 GeometricCondition (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a GeometricCondition object based on an unmanaged instance of the object.
__property OSGeo::FDO::Expression::Identifierget_PropertyName ()
 Gets the name of the geometric property.
__property System::Void set_PropertyName (OSGeo::FDO::Expression::Identifier *value)
 Sets the name of the geometric property.

Constructor & Destructor Documentation

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

Constructs a GeometricCondition 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 ::Expression ::Identifier* OSGeo::FDO::Filter::GeometricCondition::get_PropertyName  ) 
 

Gets the name of the geometric property.

Returns:
Returns the name of the geometric property

__property System::Void OSGeo::FDO::Filter::GeometricCondition::set_PropertyName OSGeo::FDO::Expression::Identifier value  ) 
 

Sets the name of the geometric property.

Parameters:
value Input the name of the geometric property
Returns:
Returns nothing

Comments or suggestions? Send us feedback.