21 #include <geos/operation/overlay/OverlayOp.h> 22 #include <geos/precision/CommonBitsRemover.h> 28 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 59 static std::unique_ptr<geom::Geometry>
64 return op.getResultGeometry(opCode);
67 static std::unique_ptr<geom::Geometry>
73 static std::unique_ptr<geom::Geometry>
79 static std::unique_ptr<geom::Geometry>
85 static std::unique_ptr<geom::Geometry>
96 computeSnapTolerance();
100 typedef std::unique_ptr<geom::Geometry> GeomPtr;
106 void computeSnapTolerance();
108 void snap(geom::GeomPtrPair& ret);
112 geom::GeomPtrPair& ret);
121 double snapTolerance;
123 std::unique_ptr<precision::CommonBitsRemover> cbr;
The code for the Intersection overlay operation.
Definition: OverlayOp.h:80
The code for the Union overlay operation.
Definition: OverlayOp.h:82
Performs an overlay operation using snapping and enhanced precision to improve the robustness of the ...
Definition: SnapOverlayOp.h:55
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:78
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
The code for the Difference overlay operation.
Definition: OverlayOp.h:84
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
The code for the Symmetric Difference overlay operation.
Definition: OverlayOp.h:86