GenericExtensionsOverLap Method |
Name | Description | |
---|---|---|
OverLap(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.
| |
OverLap(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.
|