| InteriorIntersectionFinder |
Finds an interior intersection in a set of SegmentStrings,
if one exists.
|
| NodableSegmentString |
An interface for classes which support adding nodes to
a segment string.
|
| NodedSegmentString |
Represents a list of contiguous line segments,
and supports noding the segments.
|
| Noder |
Computes all intersections between segments in a set of SegmentStrings.
|
| SegmentIntersectionDetector |
Detects and records an intersection between two SegmentStrings,
if one exists.
|
| SegmentIntersector |
Processes possible intersections detected by a Noder.
|
| SegmentNode |
|
| SegmentNodeList |
|
| SegmentSetMutualIntersector |
An intersector for the red-blue intersection problem.
|
| SegmentString |
An interface for classes which represent a sequence of contiguous line segments.
|
| SegmentStringDissolver.SegmentStringMerger |
A merging strategy which can be used to update the context data of SegmentStrings
which are merged during the dissolve process.
|
| SinglePassNoder |
Base class for Noders which make a single
pass to find intersections.
|