19 #ifndef GEOS_GEOM_UTIL_GEOMETRYCOMBINER_H 20 #define GEOS_GEOM_UTIL_GEOMETRYCOMBINER_H 25 #include <geos/export.h> 31 class GeometryFactory;
59 static std::unique_ptr<Geometry> combine(std::vector<const Geometry*>
const& geoms);
67 static std::unique_ptr<Geometry> combine(std::vector<std::unique_ptr<Geometry>> && geoms);
76 static std::unique_ptr<Geometry> combine(
const Geometry* g0,
const Geometry* g1);
85 static std::unique_ptr<Geometry> combine(std::unique_ptr<Geometry> && g0,
86 std::unique_ptr<Geometry> && g1);
106 static std::unique_ptr<Geometry> combine(std::unique_ptr<Geometry> && g0,
107 std::unique_ptr<Geometry> && g1,
108 std::unique_ptr<Geometry> && g2);
111 std::vector<std::unique_ptr<Geometry>> inputGeoms;
137 std::unique_ptr<Geometry> combine();
142 void setSkipEmpty(
bool);
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Combines Geometrys to produce a GeometryCollection of the most appropriate type.
Definition: GeometryCombiner.h:51
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26