19#ifndef GEOS_OP_UNION_POINTGEOMETRYUNION_H
20#define GEOS_OP_UNION_POINTGEOMETRYUNION_H
21#include <geos/export.h>
47class GEOS_DLL PointGeometryUnion
51 static std::auto_ptr<geom::Geometry> Union(
59 std::auto_ptr<geom::Geometry> Union()
const;
67 PointGeometryUnion(
const PointGeometryUnion& other);
68 PointGeometryUnion& operator=(
const PointGeometryUnion& rhs);
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:67
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25