| Modifier and Type | Method and Description |
|---|---|
GraphHopperStorage |
GraphHopper.getGraphHopperStorage()
The underlying graph used in algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
protected DataReader |
GraphHopper.createReader(GraphHopperStorage ghStorage) |
protected GraphHopper |
GraphHopper.loadGraph(GraphHopperStorage g)
For testing only
|
void |
GraphHopper.setGraphHopperStorage(GraphHopperStorage ghStorage) |
| Modifier and Type | Method and Description |
|---|---|
GraphHopperStorage |
AbstractEdgeElevationInterpolator.getStorage() |
| Constructor and Description |
|---|
AbstractEdgeElevationInterpolator(GraphHopperStorage storage,
DataFlagEncoder dataFlagEncoder) |
BridgeElevationInterpolator(GraphHopperStorage storage,
DataFlagEncoder dataFlagEncoder) |
NodeElevationInterpolator(GraphHopperStorage storage) |
TunnelElevationInterpolator(GraphHopperStorage storage,
DataFlagEncoder dataFlagEncoder) |
| Modifier and Type | Method and Description |
|---|---|
void |
CHAlgoFactoryDecorator.createPreparations(GraphHopperStorage ghStorage,
TraversalMode traversalMode) |
| Constructor and Description |
|---|
PrepareContractionHierarchies(Directory dir,
GraphHopperStorage ghStorage,
CHGraph chGraph,
Weighting weighting,
TraversalMode traversalMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
LMAlgoFactoryDecorator.createPreparations(GraphHopperStorage ghStorage,
LocationIndex locationIndex)
This method creates the landmark storages ready for landmark creation.
|
| Constructor and Description |
|---|
LandmarkStorage(GraphHopperStorage graph,
Directory dir,
Weighting weighting,
int landmarks) |
PrepareLandmarks(Directory dir,
GraphHopperStorage graph,
Weighting weighting,
int landmarks,
int activeLandmarks) |
| Constructor and Description |
|---|
PrepareRoutingSubnetworks(GraphHopperStorage ghStorage,
List<FlagEncoder> encoders) |
TarjansSCCAlgorithm(GraphHopperStorage ghStorage,
EdgeFilter edgeFilter,
boolean ignoreSingleEntries) |
| Modifier and Type | Method and Description |
|---|---|
GraphHopperStorage |
GraphBuilder.build()
Default graph is a
GraphHopperStorage with an in memory directory and disabled storing on flush. |
GraphHopperStorage |
GraphBuilder.create()
Default graph is a
GraphHopperStorage with an in memory directory and disabled storing on flush. |
GraphHopperStorage |
GraphHopperStorage.create(long byteCount)
After configuring this storage you need to create it explicitly.
|
GraphHopperStorage |
GraphBuilder.load() |
| Modifier and Type | Method and Description |
|---|---|
static GraphHopperStorage |
GHUtility.newStorage(GraphHopperStorage store)
Create a new storage from the specified one without copying the data.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphHopperStorage |
GHUtility.newStorage(GraphHopperStorage store)
Create a new storage from the specified one without copying the data.
|
Copyright © 2012–2018. All rights reserved.