FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgConditionType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Filter

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 ConditionType enumeration defines the filter condition types available. This enumeration is used in the capabilities. More...

Enumeration Type Documentation

enum ConditionType
 

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

Enumeration values:
ConditionType_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.
ConditionType_Like  Tests if the value of a specified data property is matches a specified pattern.
ConditionType_In  Tests if the value of a specified data property is within a given set of literal values.
ConditionType_Null  Tests if the value of a specified data property is null.
ConditionType_Spatial  Tests whether the value of a geometric property and a literal geometric value satisfy the spatial relationship implied by the operation.
ConditionType_Distance  Tests whether the value of a geometric property is within or beyond a specified distance of a literal geometric value.

Comments or suggestions? Send us feedback.