19 #ifndef GEOS_PRECISION_ENHANCEDPRECISIONOP_H
20 #define GEOS_PRECISION_ENHANCEDPRECISIONOP_H
22 #include <geos/export.h>
23 #include <geos/platform.h>
111 #endif // GEOS_PRECISION_ENHANCEDPRECISIONOP_H
static geom::Geometry * symDifference(const geom::Geometry *geom0, const geom::Geometry *geom1)
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Provides versions of Geometry spatial functions which use enhanced precision techniques to reduce the...
Definition: EnhancedPrecisionOp.h:40
static geom::Geometry * Union(const geom::Geometry *geom0, const geom::Geometry *geom1)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:177
static geom::Geometry * difference(const geom::Geometry *geom0, const geom::Geometry *geom1)
static geom::Geometry * buffer(const geom::Geometry *geom, double distance)
static geom::Geometry * intersection(const geom::Geometry *geom0, const geom::Geometry *geom1)
Computes the set-theoretic intersection of two Geometrys, using enhanced precision.