Package | Description |
---|---|
org.locationtech.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
Modifier and Type | Field and Description |
---|---|
private SegmentNode |
NodeVertexIterator.currNode |
private SegmentNode |
NodeVertexIterator.nextNode |
Modifier and Type | Method and Description |
---|---|
SegmentNode |
SegmentNodeList.add(Coordinate intPt,
int segmentIndex)
Adds an intersection into the list, if it isn't already there.
|
SegmentNode |
NodedSegmentString.addIntersectionNode(Coordinate intPt,
int segmentIndex)
Adds an intersection node for a given point and segment to this segment string.
|
Modifier and Type | Method and Description |
---|---|
private void |
SegmentNodeList.addEdgeCoordinates(SegmentNode ei0,
SegmentNode ei1,
CoordinateList coordList) |
(package private) SegmentString |
SegmentNodeList.createSplitEdge(SegmentNode ei0,
SegmentNode ei1)
Create a new "split edge" with the section of points between
(and including) the two intersections.
|
private boolean |
SegmentNodeList.findCollapseIndex(SegmentNode ei0,
SegmentNode ei1,
int[] collapsedVertexIndex) |