19#ifndef GEOS_GEOM_UTIL_GEOMETRYCOMBINER_H
20#define GEOS_GEOM_UTIL_GEOMETRYCOMBINER_H
80 std::vector<Geometry*>
const& inputGeoms;
107 void extractElements(
Geometry*
geom, std::vector<Geometry*>& elems);
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
static Geometry * combine(std::vector< Geometry * > const &geoms)
GeometryCombiner(std::vector< Geometry * > const &geoms)
static GeometryFactory const * extractFactory(std::vector< Geometry * > const &geoms)
static Geometry * combine(const Geometry *g0, const Geometry *g1)
static Geometry * combine(const Geometry *g0, const Geometry *g1, const Geometry *g2)
Provides classes that parse and modify Geometry objects.
Definition ComponentCoordinateExtracter.h:30
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25