com.vividsolutions.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
Java Source File Name | Type | Comment |
HotPixel.java | Class | Implements a "hot pixel" as used in the Snap Rounding algorithm. |
MCIndexPointSnapper.java | Class | "Snaps" all
SegmentString s in a
SpatialIndex containing
MonotoneChain s to a given
HotPixel . |
MCIndexSnapRounder.java | Class | Uses Snap Rounding to compute a rounded,
fully noded arrangement from a set of
SegmentString s. |
SimpleSnapRounder.java | Class | Uses Snap Rounding to compute a rounded,
fully noded arrangement from a set of
SegmentString s. |