com.vividsolutions.jts.operation.predicate
Class SegmentIntersectionTester
java.lang.Object
com.vividsolutions.jts.operation.predicate.SegmentIntersectionTester
public class SegmentIntersectionTester
extends java.lang.Object
Tests if any line segments in two sets of CoordinateSequences intersect.
Optimized for small geometry size.
Short-circuited to return as soon an intersection is found.
SegmentIntersectionTester
public SegmentIntersectionTester()
hasIntersectionWithLineStrings
public boolean hasIntersectionWithLineStrings(CoordinateSequence seq,
List lines)