Prev Package | Next Package | Frames | No Frames |
Class Summary | |
IteratedNoder | Nodes a set of SegmentStrings completely. |
MCQuadtreeNoder | Nodes a set of SegmentStrings using a index based
on MonotoneChain s and a SpatialIndex . |
MCQuadtreeNoder.SegmentOverlapAction | |
Noder | Computes all intersections between segments in a set of SegmentString s. |
NodingValidator | Validates that a collection of SegmentString s is correctly noded. |
SegmentIntersector | Computes the intersections between two line segments in SegmentString s
and adds them to each string. |
SegmentNode | Represents an intersection point between two SegmentString s. |
SegmentNodeList | A list of the SegmentNode s present along a noded SegmentString . |
SegmentString | Contains a list of consecutive line segments which can be used to node the segments. |
SimpleNoder | Nodes a set of SegmentString s by
performing a brute-force comparison of every segment to every other one. |