21#include <geos/export.h>
47class GEOS_DLL PointGeometryUnion {
50 static std::unique_ptr<geom::Geometry> Union(
58 std::unique_ptr<geom::Geometry> Union()
const;
66 PointGeometryUnion(
const PointGeometryUnion& other);
67 PointGeometryUnion& operator=(
const PointGeometryUnion& rhs);
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:196
Classes to perform efficient unioning of collections of geometries.
Definition namespaces.h:286
Provides classes for implementing operations on geometries.
Definition CleanCoverage.h:34
Basic namespace for all GEOS functionalities.
Definition geos.h:38