21#include <geos/export.h>
46class GEOS_DLL PointGeometryUnion {
49 static std::unique_ptr<geom::Geometry> Union(
57 std::unique_ptr<geom::Geometry> Union()
const;
65 PointGeometryUnion(
const PointGeometryUnion& other);
66 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:197
Classes to perform efficient unioning of collections of geometries.
Definition namespaces.h:286
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39