FDO API Reference Feature Data Objects

enum DistanceOperations
 

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:
DistanceOperations_Beyond  Test to see if the geometric property value lies beyond a specified distance of a literal geometric value.
DistanceOperations_Within  Test to see if the geometric property value lies within a specified distance of a literal geometric value.

Comments or suggestions? Send us feedback.