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