19#ifndef GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H
20#define GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H
22#include <geos/operation/overlay/OverlayOp.h>
51 static std::unique_ptr<geom::Geometry>
56 return op.getResultGeometry(opCode);
59 static std::unique_ptr<geom::Geometry>
65 static std::unique_ptr<geom::Geometry>
71 static std::unique_ptr<geom::Geometry>
77 static std::unique_ptr<geom::Geometry>
91 typedef std::unique_ptr<geom::Geometry> GeomPtr;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:188
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:79
@ opSYMDIFFERENCE
The code for the Symmetric Difference overlay operation.
Definition OverlayOp.h:87
@ opUNION
The code for the Union overlay operation.
Definition OverlayOp.h:83
@ opINTERSECTION
The code for the Intersection overlay operation.
Definition OverlayOp.h:81
@ opDIFFERENCE
The code for the Difference overlay operation.
Definition OverlayOp.h:85
Performs an overlay operation using snapping and enhanced precision to improve the robustness of the ...
Definition SnapIfNeededOverlayOp.h:47
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26