| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.storage |
| Modifier and Type | Method and Description |
|---|---|
GraphExtension |
QueryGraph.getExtension() |
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphExtension.NoOpExtension
default implementation defines no additional fields or any logic.
|
class |
TurnCostExtension
Holds turn cost tables for each node.
|
| Modifier and Type | Method and Description |
|---|---|
GraphExtension |
TurnCostExtension.copyTo(GraphExtension clonedStorage) |
GraphExtension |
GraphExtension.copyTo(GraphExtension extStorage)
creates a copy of this extended storage
|
GraphExtension |
GraphExtension.NoOpExtension.copyTo(GraphExtension extStorage) |
GraphExtension |
GraphExtension.NoOpExtension.create(long byteCount) |
GraphExtension |
Graph.getExtension() |
GraphExtension |
CHGraphImpl.getExtension() |
GraphExtension |
GraphHopperStorage.getExtension() |
| Modifier and Type | Method and Description |
|---|---|
GraphExtension |
TurnCostExtension.copyTo(GraphExtension clonedStorage) |
GraphExtension |
GraphExtension.copyTo(GraphExtension extStorage)
creates a copy of this extended storage
|
GraphExtension |
GraphExtension.NoOpExtension.copyTo(GraphExtension extStorage) |
| Constructor and Description |
|---|
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
GraphHopperStorage(List<? extends Weighting> chWeightings,
Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
Copyright © 2012–2016. All rights reserved.