IteratedNoder
, MCIndexNoder
, MCIndexSnapRounder
, ScaledNoder
, SimpleNoder
, SimpleSnapRounder
, SinglePassNoder
public interface Noder
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.Modifier and Type | Method | Description |
---|---|---|
void |
computeNodes(java.util.Collection segStrings) |
Computes the noding for a collection of
SegmentString s. |
java.util.Collection |
getNodedSubstrings() |
Returns a
Collection of fully noded SegmentString s. |
void computeNodes(java.util.Collection segStrings)
SegmentString
s.
Some Noders may add all these nodes to the input SegmentStrings;
others may only add some or none at all.segStrings
- a collection of SegmentString
s to nodejava.util.Collection getNodedSubstrings()
Collection
of fully noded SegmentString
s.
The SegmentStrings have the same context as their parent.Copyright © 2018. All rights reserved.