| Package | Description |
|---|---|
| com.vividsolutions.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
| com.vividsolutions.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodableSegmentString
An interface for classes which support adding nodes to a segment string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSegmentString
Represents a list of contiguous line segments, and supports noding the segments.
|
class |
NodedSegmentString
Represents a list of contiguous line segments, and supports noding the segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentStringDissolver.dissolve(SegmentString
Dissolve the given
SegmentString.
|
void |
SegmentStringDissolver.SegmentStringMerger.merge(SegmentString
Updates the context data of a SegmentString when an identical (up to orientation) one is found during dissolving.
|
void |
SegmentIntersector.processIntersections(SegmentString
This method is called by clients of the
SegmentIntersector interface to process intersections for two segments of the
SegmentStrings being intersected.
|
void |
IntersectionAdder.processIntersections(SegmentString
This method is called by clients of the
SegmentIntersector class to process intersections for two segments of the
SegmentStrings being intersected.
|
void |
SegmentIntersectionDetector.processIntersections(SegmentString
This method is called by clients of the
SegmentIntersector class to process intersections for two segments of the
SegmentStrings being intersected.
|
void |
InteriorIntersectionFinderAdder.processIntersections(SegmentString
This method is called by clients of the
SegmentIntersector class to process intersections for two segments of the
SegmentStrings being intersected.
|
void |
IntersectionFinderAdder.processIntersections(SegmentString
Deprecated.
This method is called by clients of the
SegmentIntersector class to process intersections for two segments of the
SegmentStrings being intersected.
|
void |
InteriorIntersectionFinder.processIntersections(SegmentString
This method is called by clients of the
SegmentIntersector class to process intersections for two segments of the
SegmentStrings being intersected.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MCIndexPointSnapper.snap(HotPixel
Snaps (nodes) all interacting segments to this hot pixel.
|
| Constructor and Description | |
|---|---|
HotPixelSnapAction(HotPixel
|