FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ConditionType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoConditionType {
  FdoConditionType_Comparison,
  FdoConditionType_Like,
  FdoConditionType_In,
  FdoConditionType_Null,
  FdoConditionType_Spatial,
  FdoConditionType_Distance
}
 The FdoConditionType enumeration defines the filter condition types available. This enumeration is used in the capabilities. More...

Enumeration Type Documentation

enum FdoConditionType
 

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

Enumeration values:
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.