18#include <geos/edgegraph/EdgeGraph.h>
20#include <geos/export.h>
44class GEOS_DLL EdgeGraphBuilder {
49 std::unique_ptr<EdgeGraph> graph;
61 std::unique_ptr<EdgeGraph> getGraph();
void add(const geom::Geometry *geometry)
void add(const geom::GeometryCollection *geometries)
Definition EdgeGraph.h:51
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Represents a collection of heterogeneous Geometry objects.
Definition GeometryCollection.h:51
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Definition LineString.h:66
Basic namespace for all GEOS functionalities.
Definition geos.h:39