Uses of Class
org.locationtech.jts.noding.snapround.HotPixel
Packages that use HotPixel
Package
Description
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
-
Uses of HotPixel in org.locationtech.jts.noding.snapround
Methods in org.locationtech.jts.noding.snapround with parameters of type HotPixelModifier and TypeMethodDescriptionbooleanMCIndexPointSnapper.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 pixelMCIndexPointSnapper.getSafeEnvelope(HotPixel hp) Returns a "safe" envelope that is guaranteed to contain the hot pixel.booleanbooleanMCIndexPointSnapper.snap(HotPixel hotPixel, SegmentString parentEdge, int hotPixelVertexIndex) Snaps (nodes) all interacting segments to this hot pixel.Constructors in org.locationtech.jts.noding.snapround with parameters of type HotPixelModifierConstructorDescriptionHotPixelSnapAction(HotPixel hotPixel, SegmentString parentEdge, int hotPixelVertexIndex)