|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.noding.IntersectionFinderAdder
Finds proper and interior intersections in a set of SegmentStrings, and adds them as nodes.
| Constructor Summary | |
IntersectionFinderAdder(LineIntersector li)
Creates an intersection finder which finds all proper intersections |
|
| Method Summary | |
java.util.List |
getInteriorIntersections()
|
boolean |
isDone()
Always process all intersections |
void |
processIntersections(SegmentString e0,
int segIndex0,
SegmentString e1,
int segIndex1)
This method is called by clients of the SegmentIntersector class to process
intersections for two segments of the SegmentStrings being intersected. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntersectionFinderAdder(LineIntersector li)
li - the LineIntersector to use| Method Detail |
public java.util.List getInteriorIntersections()
public void processIntersections(SegmentString e0,
int segIndex0,
SegmentString e1,
int segIndex1)
SegmentIntersector class to process
intersections for two segments of the SegmentStrings being intersected.
Note that some clients (such as MonotoneChains) may optimize away
this call for segment pairs which they have determined do not intersect
(e.g. by an disjoint envelope test).
processIntersections in interface SegmentIntersectorpublic boolean isDone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||