<div dir="ltr"><div style>(See <a href="https://github.com/graphhopper/graphhopper/commit/439ccf4d754fdf33aa7fba193e844acf240282b5#commitcomment-2934782">https://github.com/graphhopper/graphhopper/commit/439ccf4d754fdf33aa7fba193e844acf240282b5#commitcomment-2934782</a> )</div>
<div><br></div>Before we had getOutgoing and getIncoming methods to return the incoming and outgoing edges of a node.<div><br></div><div style>These were replaced by the GHUtility.getCar* methods. Since these have been removed, is there an easy way to do the same thing?</div>
<div style><br></div><div style>The simplest idea I have so far is</div><div style><br></div><div style>graph.getEdges(node, new DefaultEdgeFilter(new CarFlagEncoder(), false, true));</div><div style><br></div><div style>
but this seems rather complicated.</div><div style><br></div><div style>Adam</div></div>