Click or drag to resize

ILocationSpanIntersection Method

Overload List
  NameDescription
Public methodIntersection(ILocationSpan)
Returns the intersection of this and other. There must be a strict overlap, i.e., the intersection must be larger than LOCATION_EQUAL_TOLERANCE.
Public methodIntersection(ILocationSpan, Double)
Returns the intersection of this and other. There must be a strict overlap, i.e., the intersection must be larger than minOverlap. Set to zero if very small overlaps is allowed.
Public methodIntersection(Double, Double, Double)
Returns the intersection of this and chainages of another locationspan. There must be a strict overlap, i.e., the intersection must be larger than minOverlap. Set to zero if very small overlaps is allowed.
Top
See Also