Class PathExtractor

java.lang.Object
com.graphhopper.routing.PathExtractor

public class PathExtractor extends Object
  • Field Details

    • path

      protected final Path path
  • Constructor Details

    • PathExtractor

      protected PathExtractor(Graph graph, Weighting weighting)
  • Method Details

    • extractPath

      public static Path extractPath(Graph graph, Weighting weighting, SPTEntry sptEntry)
    • extract

      protected Path extract(SPTEntry sptEntry)
    • onEdge

      protected void onEdge(int edge, int adjNode, int prevEdge)