FDO API Reference Feature Data Objects

FdoGeometricCondition Class Reference

#include <GeometricCondition.h>

Inherits FdoSearchCondition.

Inherited by FdoDistanceCondition, and FdoSpatialCondition.

Inheritance diagram for FdoGeometricCondition:

Inheritance graph
[legend]
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.

Definition at line 35 of file GeometricCondition.h.


Public Member Functions

FDO_API FdoIdentifierGetPropertyName ()
 Gets the name of the geometric property.
FDO_API void SetPropertyName (FdoIdentifier *value)
 Sets the name of the geometric property.

Protected Member Functions

 FdoGeometricCondition (FdoIdentifier *propertyName)
 FdoGeometricCondition (FdoString *propertyName)
 FdoGeometricCondition ()
 Constructs a default instance of an FdoGeometricCondition.
virtual ~FdoGeometricCondition ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.