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 |
EdgeElevationInterpolator.getStorage() |
Constructor and Description |
---|
EdgeElevationInterpolator(GraphHopperStorage storage,
EnumEncodedValue<RoadEnvironment> roadEnvironmentEnc,
RoadEnvironment interpolateKey) |
NodeElevationInterpolator(GraphHopperStorage storage) |
Modifier and Type | Method and Description |
---|---|
void |
CHPreparationHandler.createPreparations(GraphHopperStorage ghStorage) |
static PrepareContractionHierarchies |
PrepareContractionHierarchies.fromGraphHopperStorage(GraphHopperStorage ghStorage,
CHConfig chConfig) |
Modifier and Type | Method and Description |
---|---|
void |
LMPreparationHandler.createPreparations(GraphHopperStorage ghStorage,
LocationIndex locationIndex)
This method creates the landmark storages ready for landmark creation.
|
Constructor and Description |
---|
LandmarkStorage(GraphHopperStorage graph,
Directory dir,
LMConfig lmConfig,
int landmarks) |
PrepareLandmarks(Directory dir,
GraphHopperStorage graph,
LMConfig lmConfig,
int landmarks) |
Constructor and Description |
---|
PrepareRoutingSubnetworks(GraphHopperStorage ghStorage,
List<PrepareRoutingSubnetworks.PrepareJob> prepareJobs) |
Modifier and Type | Method and Description |
---|---|
GraphHopperStorage |
GraphHopperStorage.addCHGraph(CHConfig chConfig)
|
GraphHopperStorage |
GraphHopperStorage.addCHGraphs(List<CHConfig> chConfigs) |
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.
|
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–2020. All rights reserved.