21#ifndef GEOS_GEOMGRAPH_NODEFACTORY_H
22#define GEOS_GEOMGRAPH_NODEFACTORY_H
24#include <geos/export.h>
25#include <geos/inline.h>
40class GEOS_DLL NodeFactory {
42 virtual Node* createNode(
const geom::Coordinate &coord)
const;
43 static const NodeFactory &instance();
44 virtual ~NodeFactory() {}
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Definition geomgraph/Node.h:62
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25