Click or drag to resize

GenericExtensionsOverLap Method

Overload List
  NameDescription
Public methodStatic memberOverLap(ILocationSpan, ILocationSpan)
Calculate overlap of location span and another locationSpan. If the result is positive, the value is the actual overlap. If the result is negative, there is no overlap, and the value is the negative distance between the two spans.
Public methodStatic memberOverLap(ILocationSpan, Double, Double)
Calculate overlap of location span and the chainages of another locationSpan. If the result is positive, the value is the actual overlap. If the result is negative, there is no overlap, and the value is the negative distance between the two spans.
Top
See Also