public class InstructionsFromEdges extends Object implements Path.EdgeVisitor
| Constructor and Description |
|---|
InstructionsFromEdges(Graph graph,
Weighting weighting,
EncodedValueLookup evLookup,
Translation tr,
InstructionList ways) |
| Modifier and Type | Method and Description |
|---|---|
static InstructionList |
calcInstructions(Path path,
Graph graph,
Weighting weighting,
EncodedValueLookup evLookup,
Translation tr) |
void |
finish() |
void |
next(EdgeIteratorState edge,
int index,
int prevEdgeId) |
public InstructionsFromEdges(Graph graph, Weighting weighting, EncodedValueLookup evLookup, Translation tr, InstructionList ways)
public static InstructionList calcInstructions(Path path, Graph graph, Weighting weighting, EncodedValueLookup evLookup, Translation tr)
public void next(EdgeIteratorState edge, int index, int prevEdgeId)
next in interface Path.EdgeVisitorpublic void finish()
finish in interface Path.EdgeVisitorCopyright © 2012–2020. All rights reserved.