| Package | Description |
|---|---|
| org.locationtech.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
| org.locationtech.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
| Modifier and Type | Method and Description |
|---|---|
NodedSegmentString |
SegmentNodeList.getEdge() |
| Constructor and Description |
|---|
SegmentNode(NodedSegmentString segString,
Coordinate coord,
int segmentIndex,
int segmentOctant) |
SegmentNodeList(NodedSegmentString edge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MCIndexPointSnapper.HotPixelSnapAction.addSnappedNode(HotPixel hotPixel,
NodedSegmentString segStr,
int segIndex)
Adds a new node (equal to the snap pt) to the specified segment
if the segment passes through the hot pixel
|
Copyright © 2024. All rights reserved.