FDO API Reference Feature Data Objects

mgConditionType.h File Reference

This graph shows which files directly or indirectly include this file:


Enumerations

enum  ConditionType {
  ConditionType_Comparison = FdoConditionType_Comparison, ConditionType_Like = FdoConditionType_Like, ConditionType_In = FdoConditionType_In, ConditionType_Null = FdoConditionType_Null,
  ConditionType_Spatial = FdoConditionType_Spatial, ConditionType_Distance = FdoConditionType_Distance
}
 The FdoConditionType enumeration defines the filter condition types available. This enumeration is used in the capabilities.
Parameters:
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
. More...

Comments or suggestions? Send us feedback.