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 |
GraphExtension.copyTo(GraphExtension extStorage)
creates a copy of this extended storage
|
GraphExtension |
GraphExtension.NoOpExtension.copyTo(GraphExtension extStorage) |
GraphExtension |
TurnCostExtension.copyTo(GraphExtension clonedStorage) |
GraphExtension |
GraphExtension.NoOpExtension.create(long byteCount) |
GraphExtension |
GraphHopperStorage.getExtension() |
GraphExtension |
CHGraphImpl.getExtension() |
GraphExtension |
Graph.getExtension() |
Modifier and Type | Method and Description |
---|---|
GraphExtension |
GraphExtension.copyTo(GraphExtension extStorage)
creates a copy of this extended storage
|
GraphExtension |
GraphExtension.NoOpExtension.copyTo(GraphExtension extStorage) |
GraphExtension |
TurnCostExtension.copyTo(GraphExtension clonedStorage) |
Constructor and Description |
---|
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
GraphHopperStorage(List<? extends Weighting> nodeBasedCHWeightings,
Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
GraphHopperStorage(List<? extends Weighting> nodeBasedCHWeightings,
List<? extends Weighting> edgeBasedCHWeightings,
Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
Copyright © 2012–2019. All rights reserved.