19#ifndef GEOS_OP_OVERLAY_OVERLAYNODEFACTORY_H
20#define GEOS_OP_OVERLAY_OVERLAYNODEFACTORY_H
22#include <geos/export.h>
26#include <geos/geomgraph/NodeFactory.h>
46class GEOS_DLL OverlayNodeFactory:
public geomgraph::NodeFactory {
48 OverlayNodeFactory():geomgraph::NodeFactory() {}
50 static const geomgraph::NodeFactory &instance();
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
Contains classes that perform a topological overlay to compute boolean spatial functions.
Definition BufferBuilder.h:62
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25