FDO API Reference Feature Data Objects

The FdoConditionType enumeration defines the filter condition types available. This enumeration is used in the capabilities.

()

Enumerator:
FdoConditionType_Comparison  Tests if one expression is equal, not equal, greater than, less than, greater than or equal to, or less than or equal to another expression.
FdoConditionType_Like  Tests if the value of a specified data property matches a specified pattern.
FdoConditionType_In  Tests if the value of a specified data property is within a given set of literal values.
FdoConditionType_Null  Tests if the value of a specified data property is null.
FdoConditionType_Spatial  Tests whether the value of a geometric property and a literal geometric value satisfy the spatial relationship implied by the operation.
FdoConditionType_Distance  Tests whether the value of a geometric property is within or beyond a specified distance of a literal geometric value.

Definition at line 30 of file ConditionType.h.


Comments or suggestions? Send us feedback.