Package org.locationtech.jts.noding.snapround
package org.locationtech.jts.noding.snapround
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
-
ClassesClassDescriptionNodes the linework in a list of
Geometry
s using Snap-Rounding to a givenPrecisionModel
.Implements a "hot pixel" as used in the Snap Rounding algorithm.Deprecated.Not robust.Finds intersections between line segments which will be snap-rounded, and adds them as nodes to the segments.Uses Snap Rounding to compute a rounded, fully noded arrangement from a set ofSegmentString
s, in a performant way, and avoiding unnecessary noding.