Interface LineGraphGenerator

    • Method Detail

      • getNode

        Node getNode​(Coordinate coordinate)
        Look up a Node for the provided coordinate.
        Returns:
        Node
      • getEdge

        Edge getEdge​(Coordinate coordinate1,
                     Coordinate coordinate2)
        Retrieve edge between the two coordinates.
        Returns:
        Edge