20 #ifndef GEOS_OP_UNION_POINTGEOMETRYUNION_H
21 #define GEOS_OP_UNION_POINTGEOMETRYUNION_H
22 #include <geos/export.h>
30 class GeometryFactory;
52 static std::auto_ptr<geom::Geometry> Union(
60 std::auto_ptr<geom::Geometry> Union()
const;
Computes the union of a Puntal geometry with another arbitrary Geometry.
Definition: PointGeometryUnion.h:48
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68