Class OverlayNodeFactory
java.lang.Object
org.locationtech.jts.geomgraph.NodeFactory
org.locationtech.jts.operation.overlay.OverlayNodeFactory
Creates nodes for use in the
PlanarGraphs 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:NodeFactoryThe basic node constructor does not allow for incident edges- Overrides:
createNodein classNodeFactory- Parameters:
coord- Coordinate- Returns:
- created node
-