GEOS  3.9.1dev
Classes | Namespaces
PolygonizeGraph.h File Reference
#include <geos/export.h>
#include <geos/planargraph/PlanarGraph.h>
#include <vector>
Include dependency graph for PolygonizeGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geos::operation::polygonize::PolygonizeGraph
 Represents a planar graph of edges that can be used to compute a polygonization, and implements the algorithms to compute the EdgeRings formed by the graph. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geom
 
 geos::planargraph
 Contains classes to implement a planar graph data structure.
 
 geos::operation
 Provides classes for implementing operations on geometries.
 
 geos::operation::polygonize
 An API for polygonizing sets of lines.