|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Computes all intersections between segments in a set of SegmentStrings.
Intersections found are represented as SegmentNodes and added to the
SegmentStrings in which they occur.
As a final step in the noding a new set of segment strings split
at the nodes may be returned.
| Method Summary | |
void |
computeNodes(java.util.Collection segStrings)
Computes the noding for a collection of SegmentStrings. |
java.util.Collection |
getNodedSubstrings()
Returns a Collection of fully noded SegmentStrings. |
| Method Detail |
public void computeNodes(java.util.Collection segStrings)
SegmentStrings.
Some Noders may add all these nodes to the input SegmentStrings;
others may only add some or none at all.
segStrings - a collection of SegmentStrings to nodepublic java.util.Collection getNodedSubstrings()
Collection of fully noded SegmentStrings.
The SegmentStrings have the same context as their parent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||