22 #include <geos/export.h> 72 std::size_t vertexIndex);
77 return snap(hotPixel,
nullptr, 0);
85 static constexpr
double SAFE_ENV_EXPANSION_FACTOR = 0.75;
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:58
Implements a "hot pixel" as used in the Snap Rounding algorithm.
Definition: HotPixel.h:60
An interface for classes which represent a sequence of contiguous line segments.
Definition: SegmentString.h:47
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition: SpatialIndex.h:46
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
"Snaps" all SegmentStrings in a SpatialIndex containing MonotoneChains to a given HotPixel...
Definition: MCIndexPointSnapper.h:49