|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.operation.predicate.SegmentIntersectionTester
public class SegmentIntersectionTester
Tests if any line segments in two sets of CoordinateSequence
s intersect.
Optimized for use when at least one input is of small size.
Short-circuited to return as soon an intersection is found.
Constructor Summary | |
---|---|
SegmentIntersectionTester()
|
Method Summary | |
---|---|
boolean |
hasIntersection(CoordinateSequence seq0,
CoordinateSequence seq1)
|
boolean |
hasIntersectionWithLineStrings(CoordinateSequence seq,
java.util.List lines)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SegmentIntersectionTester()
Method Detail |
---|
public boolean hasIntersectionWithLineStrings(CoordinateSequence seq, java.util.List lines)
public boolean hasIntersection(CoordinateSequence seq0, CoordinateSequence seq1)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |