GEOS  3.9.1dev
Classes | Namespaces
OverlapUnion.h File Reference
#include <geos/export.h>
#include <vector>
#include <algorithm>
#include <unordered_set>
#include <geos/geom/Geometry.h>
#include <geos/operation/union/UnionStrategy.h>
#include <geos/operation/union/CascadedPolygonUnion.h>
Include dependency graph for OverlapUnion.h:

Go to the source code of this file.

Classes

class  geos::operation::geounion::OverlapUnion
 Unions MultiPolygons efficiently by using full topological union only for polygons which may overlap by virtue of intersecting the common area of the inputs. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geom
 
 geos::operation
 Provides classes for implementing operations on geometries.
 
 geos::operation::geounion
 Classes to perform efficient unioning of collections of geometries.