public class InstructionsFromEdges extends Object implements Path.EdgeVisitor
Constructor and Description |
---|
InstructionsFromEdges(int tmpNode,
Graph graph,
Weighting weighting,
FlagEncoder encoder,
NodeAccess nodeAccess,
Translation tr,
InstructionList ways) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
next(EdgeIteratorState edge,
int index,
int prevEdgeId) |
public InstructionsFromEdges(int tmpNode, Graph graph, Weighting weighting, FlagEncoder encoder, NodeAccess nodeAccess, Translation tr, InstructionList ways)
public void next(EdgeIteratorState edge, int index, int prevEdgeId)
next
in interface Path.EdgeVisitor
public void finish()
finish
in interface Path.EdgeVisitor
Copyright © 2012–2018. All rights reserved.