GEOS  3.9.1dev
Classes | Namespaces
operation/polygonize/EdgeRing.h File Reference
#include <geos/export.h>
#include <geos/algorithm/locate/IndexedPointInAreaLocator.h>
#include <geos/operation/polygonize/PolygonizeDirectedEdge.h>
#include <geos/geom/Geometry.h>
#include <geos/geom/LinearRing.h>
#include <geos/geom/Polygon.h>
#include <memory>
#include <vector>
#include <geos/geom/Location.h>
Include dependency graph for operation/polygonize/EdgeRing.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::EdgeRing
 Represents a ring of PolygonizeDirectedEdge which form a ring of a polygon. The ring may be either an outer shell or a hole. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geom
 
 geos::planargraph
 Contains classes to implement a planar graph data structure.
 
 geos::index
 Provides classes for various kinds of spatial indexes.
 
 geos::index::strtree
 Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
 
 geos::operation
 Provides classes for implementing operations on geometries.
 
 geos::operation::polygonize
 An API for polygonizing sets of lines.