FDO API Reference |
Feature Data Objects |
FdoGeometricCondition Class Reference
#include <GeometricCondition.h>
Inherits FdoSearchCondition.
Inherited by FdoDistanceCondition, and FdoSpatialCondition.
Inheritance diagram for FdoGeometricCondition:
[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.
Constructor & Destructor Documentation
FdoGeometricCondition::FdoGeometricCondition |
( |
|
) |
[protected] |
|
|
Constructs a default instance of an FdoGeometricCondition.
|
FdoGeometricCondition::FdoGeometricCondition |
( |
FdoString * |
propertyName |
) |
[protected] |
|
|
Constructs an instance of an FdoGeometricCondition using the specified arguments. |
FdoGeometricCondition::FdoGeometricCondition |
( |
FdoIdentifier * |
propertyName |
) |
[protected] |
|
|
Constructs an instance of an FdoGeometricCondition using the specified arguments. |
Member Function Documentation
FDO_API FdoIdentifier* FdoGeometricCondition::GetPropertyName |
( |
|
) |
|
|
|
Gets the name of the geometric property.
- Returns:
- Returns the name of the geometric property
|
FDO_API void FdoGeometricCondition::SetPropertyName |
( |
FdoIdentifier * |
value |
) |
|
|
|
Sets the name of the geometric property.
- Parameters:
-
| value | Input the name of the geometric property |
- Returns:
- Returns nothing
|
The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback. |