#include <GeometryCombiner.h>
Public Member Functions | |
GeometryCombiner (std::vector< Geometry * > const &geoms) | |
Geometry * | combine () |
Static Public Member Functions | |
Geometry * | combine (std::vector< Geometry * > const &geoms) |
Geometry * | combine (Geometry *g0, Geometry *g1) |
Geometry * | combine (Geometry *g0, Geometry *g1, Geometry *g2) |
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
|