| Package | Description |
|---|---|
| com.graphhopper.routing.querygraph | |
| com.graphhopper.routing.weighting | |
| com.graphhopper.storage | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
TurnCostStorage |
QueryGraph.getTurnCostStorage() |
| Constructor and Description |
|---|
DefaultTurnCostProvider(FlagEncoder encoder,
TurnCostStorage turnCostStorage) |
DefaultTurnCostProvider(FlagEncoder encoder,
TurnCostStorage turnCostStorage,
int uTurnCosts) |
| Modifier and Type | Method and Description |
|---|---|
TurnCostStorage |
TurnCostStorage.copyTo(TurnCostStorage turnCostStorage) |
TurnCostStorage |
TurnCostStorage.create(long initBytes) |
TurnCostStorage |
GraphHopperStorage.getTurnCostStorage() |
TurnCostStorage |
CHGraphImpl.getTurnCostStorage() |
TurnCostStorage |
Graph.getTurnCostStorage() |
| Modifier and Type | Method and Description |
|---|---|
TurnCostStorage |
TurnCostStorage.copyTo(TurnCostStorage turnCostStorage) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GHUtility.addRandomTurnCosts(Graph graph,
long seed,
EncodingManager em,
FlagEncoder encoder,
int maxTurnCost,
TurnCostStorage turnCostStorage) |
Copyright © 2012–2020. All rights reserved.