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 the PlanarGraphs constructed during overlay operations.
Version:
1.7
  • Constructor Details

    • OverlayNodeFactory

      public OverlayNodeFactory()
  • Method Details

    • createNode

      public Node createNode(Coordinate coord)
      Description copied from class: NodeFactory
      The basic node constructor does not allow for incident edges
      Overrides:
      createNode in class NodeFactory
      Parameters:
      coord - Coordinate
      Returns:
      created node