19#ifndef GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H
20#define GEOS_OP_OVERLAY_SNAP_SNAPIFNEEDEDOVERLAYOP_H
22#include <geos/operation/overlay/OverlayOp.h>
49class SnapIfNeededOverlayOp
54 static std::auto_ptr<geom::Geometry>
58 SnapIfNeededOverlayOp op(g0, g1);
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;
104 SnapIfNeededOverlayOp(
const SnapIfNeededOverlayOp& other);
105 SnapIfNeededOverlayOp& operator=(
const SnapIfNeededOverlayOp& rhs);
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
OpCode
The spatial functions supported by this class.
Definition OverlayOp.h:77
@ opSYMDIFFERENCE
The code for the Symmetric Difference overlay operation.
Definition OverlayOp.h:85
@ opUNION
The code for the Union overlay operation.
Definition OverlayOp.h:81
@ opINTERSECTION
The code for the Intersection overlay operation.
Definition OverlayOp.h:79
@ opDIFFERENCE
The code for the Difference overlay operation.
Definition OverlayOp.h:83
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition BufferBuilder.h:62
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25