23#include <geos/export.h>
38class GEOS_DLL NodeFactory {
40 virtual Node* createNode(
const geom::Coordinate& coord)
const;
41 static const NodeFactory& instance();
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
The node component of a geometry graph.
Definition geomgraph/Node.h:59
Contains classes that implement topology graphs.
Definition Depth.h:31
Basic namespace for all GEOS functionalities.
Definition geos.h:39