Class OverlayNodeFactory
- java.lang.Object
-
- org.locationtech.jts.geomgraph.NodeFactory
-
- org.locationtech.jts.operation.overlay.OverlayNodeFactory
-
public class OverlayNodeFactory extends NodeFactory
Creates nodes for use in thePlanarGraph
s constructed during overlay operations.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description OverlayNodeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
createNode(Coordinate coord)
The basic node constructor does not allow for incident edges
-
-
-
Method Detail
-
createNode
public Node createNode(Coordinate coord)
Description copied from class:NodeFactory
The basic node constructor does not allow for incident edges- Overrides:
createNode
in classNodeFactory
-
-