Class RelateNodeFactory

java.lang.Object
org.locationtech.jts.geomgraph.NodeFactory
org.locationtech.jts.operation.relate.RelateNodeFactory

public class RelateNodeFactory extends NodeFactory
Used by the NodeMap in a RelateNodeGraph to create RelateNodes.
Version:
1.7
  • Constructor Details

    • RelateNodeFactory

      public RelateNodeFactory()
  • 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