19 #ifndef GEOS_OP_OVERLAY_SNAP_SNAPOVERLAYOP_H
20 #define GEOS_OP_OVERLAY_SNAP_SNAPOVERLAYOP_H
22 #include <geos/operation/overlay/OverlayOp.h>
23 #include <geos/precision/CommonBitsRemover.h>
29 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
61 static std::auto_ptr<geom::Geometry>
66 return op.getResultGeometry(opCode);
69 static std::auto_ptr<geom::Geometry>
75 static std::auto_ptr<geom::Geometry>
81 static std::auto_ptr<geom::Geometry>
87 static std::auto_ptr<geom::Geometry>
98 computeSnapTolerance();
102 typedef std::auto_ptr<geom::Geometry> GeomPtr;
108 void computeSnapTolerance();
110 void snap(geom::GeomPtrPair& ret);
114 geom::GeomPtrPair& ret);
123 double snapTolerance;
125 std::auto_ptr<precision::CommonBitsRemover> cbr;
141 #endif // ndef GEOS_OP_OVERLAY_SNAP_SNAPOVERLAYOP_H