Click or drag to resize

NetworkExtensionsBinarySearch Method

Overload List
  NameDescription
Public methodStatic memberBinarySearch(IListIReach, ILocation)
Find the reach that includes the given location. Assuming the reaches are sorted.

Location comparisons are case insensitive.

Public methodStatic memberBinarySearch(IListIReach, ILocation, Double)
Find the reach that includes the given location. Assuming the reaches are sorted.

Location comparisons are case insensitive, and chainage comparisons uses the tolerance, i.e., the location can be tolerance outside the span and still be accepted. tolerance may be negative (it location has to be somewhat inside span).

Top
See Also