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