GEOS 3.11.1
|
#include <OverlayPoints.h>
Public Member Functions | |
OverlayPoints (int p_opCode, const Geometry *p_geom0, const Geometry *p_geom1, const PrecisionModel *p_pm) | |
OverlayPoints (const OverlayPoints &)=delete | |
OverlayPoints & | operator= (const OverlayPoints &)=delete |
std::unique_ptr< Geometry > | getResult () |
Static Public Member Functions | |
static std::unique_ptr< Geometry > | overlay (int opCode, const Geometry *geom0, const Geometry *geom1, const PrecisionModel *pm) |
Performs an overlay operation on inputs which are both point geometries.
Semantics are:
POINT EMPTY
|
inline |
Creates an instance of an overlay operation on inputs which are both point geometries.
std::unique_ptr< Geometry > geos::operation::overlayng::OverlayPoints::getResult | ( | ) |
Gets the result of the overlay.
|
static |
Performs an overlay operation on inputs which are both point geometries.