Package com.vividsolutions.jts.noding

Classes to compute nodings for arrangements of line segments and line segment sequences.

Class Summary

IteratedNoder Nodes a set of SegmentStrings completely.
MCQuadtreeNoder Nodes a set of SegmentStrings using a index based on MonotoneChains and a SpatialIndex.
MCQuadtreeNoder.SegmentOverlapAction
Noder Computes all intersections between segments in a set of SegmentStrings.
NodingValidator Validates that a collection of SegmentStrings is correctly noded.
SegmentIntersector Computes the intersections between two line segments in SegmentStrings and adds them to each string.
SegmentNode Represents an intersection point between two SegmentStrings.
SegmentNodeList A list of the SegmentNodes 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 SegmentStrings by performing a brute-force comparison of every segment to every other one.
Classes to compute nodings for arrangements of line segments and line segment sequences.