#include <GeometryCombiner.h>
Public Member Functions | |
| GeometryCombiner (std::vector< Geometry * > const &geoms) | |
| Geometry * | combine () |
Static Public Member Functions | |
| static Geometry * | combine (std::vector< Geometry * > const &geoms) |
| static Geometry * | combine (Geometry *g0, Geometry *g1) |
| static Geometry * | combine (Geometry *g0, Geometry *g1, Geometry *g2) |
| static GeometryFactory const * | extractFactory (std::vector< Geometry * > const &geoms) |
|
|
Creates a new combiner for a collection of geometries
|
|
|
Computes the combination of the input geometries to produce the most appropriate Geometry or GeometryCollection
|
|
||||||||||||||||
|
Combines three geometries.
|
|
||||||||||||
|
Combines two geometries.
|
|
|
Combines a collection of geometries.
|
|
|
Extracts the GeometryFactory used by the geometries in a collection
|
1.4.4