GEOS  3.9.1dev
Classes | Namespaces
GeometryGraph.h File Reference
#include <geos/export.h>
#include <map>
#include <unordered_map>
#include <vector>
#include <memory>
#include <geos/geom/Coordinate.h>
#include <geos/geom/CoordinateSequence.h>
#include <geos/geomgraph/PlanarGraph.h>
#include <geos/geomgraph/index/SegmentIntersector.h>
#include <geos/geom/LineString.h>
#include <geos/inline.h>
Include dependency graph for GeometryGraph.h:

Go to the source code of this file.

Classes

class  geos::geomgraph::GeometryGraph
 A GeometryGraph is a graph that models a given Geometry. More...
 

Namespaces

 geos
 Basic namespace for all GEOS functionalities.
 
 geos::geom
 
 geos::algorithm
 Contains classes and interfaces implementing fundamental computational geometry algorithms.
 
 geos::geomgraph
 Contains classes that implement topology graphs.
 
 geos::geomgraph::index
 Contains classes that implement indexes for performing noding on geometry graph edges.