71 static constexpr int NUM_SNAP_TRIES = 5;
76 static constexpr double SNAP_TOL_FACTOR = 1e12;
78 static std::unique_ptr<Geometry> overlaySnapping(
81 static std::unique_ptr<Geometry> overlaySnapBoth(
84 static std::unique_ptr<Geometry> overlaySnapTol(
87 static double snapTolerance(
const Geometry* geom);
96 static double ordinateMagnitude(
const Geometry* geom);
105 static std::unique_ptr<Geometry>
119 static std::unique_ptr<Geometry>
120 snapSelf(
const Geometry* geom,
double snapTol);
129 return OverlayNGRobust::Overlay(g0, g1, OverlayNG::UNION);
132 bool isFloatingPrecision()
const override
139 static std::unique_ptr<Geometry> Intersection(
142 static std::unique_ptr<Geometry> Union(
145 static std::unique_ptr<Geometry> Difference(
148 static std::unique_ptr<Geometry> SymDifference(
151 static std::unique_ptr<Geometry> Union(
154 static std::unique_ptr<Geometry> Overlay(
157 static std::unique_ptr<Geometry> overlaySnapTries(