<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 06.03.2015 07:13, Gp P wrote:<br>
    </div>
    <blockquote
cite="mid:CADb7+aHzNNx-B9dp2B3XZsJ5nSV94PqfLX5qJSCBv8Lv=1cE5A@mail.gmail.com"
      type="cite">
      <div>As you can see above , i trying get all edges with distance </div>
    </blockquote>
    <br>
    you will need to use a graph exploration algorithm like Dijkstra
    with a shortest weighting and specify the weight limit to the
    distance you want<br>
    <br>
    <div>> edgeIterator.setDistance(<b>distance</b>);<br>
      <br>
      oh, that should throw an exception if called before 'next' as this
      sets the distance for one specific edge not for the iterator<br>
      <br>
      Peter<br>
    </div>
    <br>
  </body>
</html>