Class OverlayNodeFactory
java.lang.Object
org.locationtech.jts.geomgraph.NodeFactory
org.locationtech.jts.operation.overlay.OverlayNodeFactory
Creates nodes for use in the
PlanarGraph
s constructed during
overlay operations.- Version:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNode
(Coordinate coord) The basic node constructor does not allow for incident edges
-
Constructor Details
-
OverlayNodeFactory
public OverlayNodeFactory()
-
-
Method Details
-
createNode
Description copied from class:NodeFactory
The basic node constructor does not allow for incident edges- Overrides:
createNode
in classNodeFactory
- Parameters:
coord
- Coordinate- Returns:
- created node
-