public interface TurnCostParser
Modifier and Type | Interface and Description |
---|---|
static interface |
TurnCostParser.ExternalInternalMap
This map associates the internal GraphHopper nodes IDs with external IDs (OSM) and similarly for the edge IDs
required to write the turn costs.
|
Modifier and Type | Method and Description |
---|---|
void |
createTurnCostEncodedValues(EncodedValueLookup lookup,
List<EncodedValue> registerNewEncodedValue) |
String |
getName() |
void |
handleTurnRelationTags(IntsRef turnCostFlags,
OSMTurnRelation turnRelation,
TurnCostParser.ExternalInternalMap map,
Graph graph) |
String getName()
void createTurnCostEncodedValues(EncodedValueLookup lookup, List<EncodedValue> registerNewEncodedValue)
void handleTurnRelationTags(IntsRef turnCostFlags, OSMTurnRelation turnRelation, TurnCostParser.ExternalInternalMap map, Graph graph)
Copyright © 2012–2020. All rights reserved.