19 #ifndef GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H 20 #define GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H 22 #include <geos/operation/overlay/OverlayOp.h> 54 static std::auto_ptr<geom::Geometry>
59 return op.getResultGeometry(opCode);
62 static std::auto_ptr<geom::Geometry>
68 static std::auto_ptr<geom::Geometry>
74 static std::auto_ptr<geom::Geometry>
80 static std::auto_ptr<geom::Geometry>
94 typedef std::auto_ptr<geom::Geometry> GeomPtr;
114 #endif // ndef GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H The code for the Intersection overlay operation.
Definition: OverlayOp.h:79
The code for the Union overlay operation.
Definition: OverlayOp.h:81
OpCode
The spatial functions supported by this class.
Definition: OverlayOp.h:77
Performs an overlay operation using snapping and enhanced precision to improve the robustness of the ...
Definition: SnapIfNeededOverlayOp.h:49
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
The code for the Difference overlay operation.
Definition: OverlayOp.h:83
OverlayOp::overlayOp Adapter for use with geom::BinaryOp.
Definition: OverlayOp.h:376
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
The code for the Symmetric Difference overlay operation.
Definition: OverlayOp.h:85