Hi Karim,

that should be something like
AllEdgesIterator iter = hopper.getGraph();
while(iter.next()) {
   iter.getEdge
   // node IDs:
   iter.getAdjNode, iter.getBaseNode
}

Regards,
Peter

On 12.06.2015 09:12, Karim wrote:
> Hello,
> I want to know how to get list of all edges indexed by graphHopper.
> What I mean is, lets say I have OSM data of a country/city. Now, I
> want to know and store all the edge IDs, node IDs after graphHopper
> does its own parsing.
>
> How can I achieve this?
>
> -Karim
>
>
> _______________________________________________
> GraphHopper mailing list
> [email protected]
> https://lists.openstreetmap.org/listinfo/graphhopper

_______________________________________________
GraphHopper mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/graphhopper

Reply via email to