com.vividsolutions.jts.noding
Interface Noder
- IteratedNoder, MCIndexNoder, MCIndexSnapRounder, ScaledNoder, SimpleNoder, SimpleSnapRounder, SinglePassNoder
Computes all intersections between segments in a set of
SegmentString
s.
Intersections found are represented as
SegmentNode
s and added to the
SegmentString
s in which they occur.
As a final step in the noding a new set of segment strings split
at the nodes may be returned.
computeNodes
public void computeNodes(Collection segStrings)
Computes the noding for a collection of
SegmentString
s.
Some Noders may add all these nodes to the input SegmentStrings;
others may only add some or none at all.
getNodedSubstrings
public Collection getNodedSubstrings()
Returns a Collection
of fully noded SegmentStrings
.
The SegmentStrings have the same context as their parent.
- a Collection of SegmentStrings