LocationSpanOverLaps Method |
Name | Description | |
---|---|---|
OverLaps(ILocationSpan) |
Decides whether a location span overlaps the current locationSpan. If overlap is less than
LOCATION_EQUAL_TOLERANCE, false is returned.
| |
OverLaps(ILocationSpan, Double) |
Decides whether a location span overlaps the current locationSpan. If overlap is less than
minOverlap, false is returned.
| |
OverLaps(Double, Double, Double) |
Decides whether a location span overlaps the chainages of another locationSpan. If overlap is less than
minOverlap, false is returned.
| |
OverLaps(Double, Double, Double, Double, Double) |
Decides whether a location span overlaps the chainages of another locationSpan. If overlap is less than
minOverlap, false is returned.
|