Click or drag to resize

LocationSpanMapTFind Method

Overload List
  NameDescription
Public methodFind(String)
Find data based on the provided reach id. If more than span exist with the same reachId, the first found is returned.
Public methodFind(ILocation)
Find data based on the provided location.

It will first search without chainage tolerance, and if none found, search using tolerance of LOCATION_EQUAL_TOLERANCE.

Public methodFind(ILocation, Double)
Find data based on the provided location.
Top
See Also