Package org.locationtech.jts.noding.snapround
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
-
Class Summary Class Description GeometryNoder Nodes the linework in a list ofGeometry
s using Snap-Rounding to a givenPrecisionModel
.HotPixel Implements a "hot pixel" as used in the Snap Rounding algorithm.MCIndexPointSnapper MCIndexPointSnapper.HotPixelSnapAction MCIndexSnapRounder Deprecated. Not robust.SnapRoundingIntersectionAdder Finds intersections between line segments which will be snap-rounded, and adds them as nodes to the segments.SnapRoundingNoder Uses Snap Rounding to compute a rounded, fully noded arrangement from a set ofSegmentString
s, in a performant way, and avoiding unnecessary noding.