19 #ifndef GEOS_PRECISION_ENHANCEDPRECISIONOP_H
20 #define GEOS_PRECISION_ENHANCEDPRECISIONOP_H
22 #include <geos/export.h>
23 #include <geos/constants.h>
24 #include <geos/geom/Geometry.h>
49 static std::unique_ptr<geom::Geometry> intersection(
61 static std::unique_ptr<geom::Geometry> Union(
73 static std::unique_ptr<geom::Geometry> difference(
85 static std::unique_ptr<geom::Geometry> symDifference(
98 static std::unique_ptr<geom::Geometry> buffer(
107 #endif // GEOS_PRECISION_ENHANCEDPRECISIONOP_H
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Provides versions of Geometry spatial functions which use enhanced precision techniques to reduce the...
Definition: EnhancedPrecisionOp.h:36