GEOS 3.14.0dev
|
#include <CoverageUnion.h>
Static Public Member Functions | |
static std::unique_ptr< Geometry > | Union (std::vector< const Geometry * > &coverage) |
static std::unique_ptr< Geometry > | Union (const Geometry *coverage) |
Unions a polygonal coverage in an efficient way.
Valid polygonal coverage topology allows merging polygons in a very efficient way.
|
static |
Unions a polygonal coverage.
coverage | a collection of the polygons in the coverage |
|
static |
Unions a polygonal coverage.
coverage | a vector of polygons in the coverage |