public class SegmentIntersectionTester extends Object
LineString intersect any segment in a set of
LineStrings.
The algorithm is optimized for use when the first input has smaller extent than the set of test lines. The code is short-circuited to return as soon an intersection is found.
| Constructor and Description |
|---|
SegmentIntersectionTester()
|
public boolean hasIntersectionWithLineStrings(LineStringline, List lines)