| Package | Description |
|---|---|
| org.locationtech.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
| 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
|
Envelope |
MCIndexPointSnapper.getSafeEnvelope(HotPixel hp)
Returns a "safe" envelope that is guaranteed to contain the hot pixel.
|
boolean |
MCIndexPointSnapper.snap(HotPixel hotPixel) |
boolean |
MCIndexPointSnapper.snap(HotPixel hotPixel,
SegmentString parentEdge,
int hotPixelVertexIndex)
Snaps (nodes) all interacting segments to this hot pixel.
|
| Constructor and Description |
|---|
HotPixelSnapAction(HotPixel hotPixel,
SegmentString parentEdge,
int hotPixelVertexIndex) |
Copyright © 2024. All rights reserved.