|
JTS Topology Suite - v 1.12 | ||||||||
| 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 of the segments in a
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 Summary | |
|---|---|
SegmentIntersectionTester()
|
|
| Method Summary | |
|---|---|
boolean |
hasIntersectionWithLineStrings(LineString line,
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(LineString line,
java.util.List lines)
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||