#include <EnhancedPrecisionOp.h>
Static Public Member Functions | |
geom::Geometry * | intersection (const geom::Geometry *geom0, const geom::Geometry *geom1) |
Computes the set-theoretic intersection of two Geometrys, using enhanced precision. | |
geom::Geometry * | Union (const geom::Geometry *geom0, const geom::Geometry *geom1) |
geom::Geometry * | difference (const geom::Geometry *geom0, const geom::Geometry *geom1) |
geom::Geometry * | symDifference (const geom::Geometry *geom0, const geom::Geometry *geom1) |
geom::Geometry * | buffer (const geom::Geometry *geom, double distance) |
|
Computes the buffer of a Geometry, using enhanced precision. This method should no longer be necessary, since the buffer algorithm now is highly robust.
|
|
Computes the set-theoretic difference of two Geometrys, using enhanced precision.
|
|
Computes the set-theoretic intersection of two Geometrys, using enhanced precision.
|
|
Computes the set-theoretic symmetric difference of two Geometrys, using enhanced precision.
|
|
Computes the set-theoretic union of two Geometrys, using enhanced precision.
|