FDO API Reference Feature Data Objects

GeometricCondition Class Reference

List of all members.

Detailed Description

The FdoGeometricCondition abstract class derives from FdoSearchCondition and can be used to test whether the value of a geometric property meets a particular spatial criteria. FdoGeometricCondition is the base class for FdoDistanceCondition and FdoSpatialCondition.


Public Member Functions

 GeometricCondition (System::IntPtr unmanaged, System::Boolean autoDelete)
__property NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier * get_PropertyName ()
 Gets the name of the geometric property.
__property System::Void set_PropertyName (NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier *value)
 Sets the name of the geometric property.

Comments or suggestions? Send us feedback.