|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jts.noding.SinglePassNoder
com.vividsolutions.jts.noding.SimpleNoder
Nodes a set of SegmentStrings by
performing a brute-force comparison of every segment to every other one.
This has n^2 performance, so is too slow for use on large numbers
of segments.
| Field Summary |
| Fields inherited from class com.vividsolutions.jts.noding.SinglePassNoder |
segInt |
| Constructor Summary | |
SimpleNoder()
|
|
| Method Summary | |
void |
computeNodes(java.util.Collection inputSegStrings)
Computes the noding for a collection of SegmentStrings. |
java.util.Collection |
getNodedSubstrings()
Returns a Collection of fully noded SegmentStrings. |
| Methods inherited from class com.vividsolutions.jts.noding.SinglePassNoder |
setSegmentIntersector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleNoder()
| Method Detail |
public java.util.Collection getNodedSubstrings()
SinglePassNoderCollection of fully noded SegmentStrings.
The SegmentStrings have the same context as their parent.
getNodedSubstrings in interface NodergetNodedSubstrings in class SinglePassNoderpublic void computeNodes(java.util.Collection inputSegStrings)
SinglePassNoderSegmentStrings.
Some Noders may add all these nodes to the input SegmentStrings;
others may only add some or none at all.
computeNodes in interface NodercomputeNodes in class SinglePassNoderinputSegStrings - a collection of SegmentStrings to node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||