MCPcopy Index your code
hub / github.com/graphhopper/graphhopper / edge

Method edge

core/src/main/java/com/graphhopper/storage/Graph.java:68–68  ·  view source on GitHub ↗

Creates an edge between the nodes a and b. To set distance or access use the returned edge and e.g. edgeState.setDistance @param a the index of the starting (tower) node of the edge @param b the index of the ending (tower) node of the edge @return the newly created edge

(int a, int b)

Source from the content-addressed store, hash-verified

66 * @return the newly created edge
67 */
68 EdgeIteratorState edge(int a, int b);
69
70 /**
71 * Returns a wrapper over the specified edgeId.

Implementers 3

BaseGraphcore/src/main/java/com/graphhopper/sto
QueryGraphcore/src/main/java/com/graphhopper/rou
PtGraphAsAdjacencyListreader-gtfs/src/main/java/com/graphhop

Calls

no outgoing calls