FDO API Reference Feature Data Objects

enum FdoDistanceOperations
 

The FdoDistanceOperations enumeration lists the distance conditions available.

Parameters:
FdoDistanceOperations_Beyond Test to see if the geometric property value lies beyond a specified distance of a literal geometric value
FdoDistanceOperations_Within Test to see if the geometric property value lies within a specified distance of a literal geometric value
.

Enumerator:
FdoDistanceOperations_Beyond  Test to see if the geometric property value lies beyond a specified distance of a literal geometric value.
FdoDistanceOperations_Within  Test to see if the geometric property value lies within a specified distance of a literal geometric value.

Definition at line 36 of file DistanceOperations.h.


Comments or suggestions? Send us feedback.