Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.reader | |
com.graphhopper.routing.ch | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.util |
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) |
Constructor and Description |
---|
OSMReader(GraphHopperStorage ghStorage) |
Modifier and Type | Method and Description |
---|---|
void |
CHAlgoFactoryDecorator.createPreparations(GraphHopperStorage ghStorage,
TraversalMode traversalMode) |
Constructor and Description |
---|
PrepareContractionHierarchies(Directory dir,
GraphHopperStorage ghStorage,
CHGraph chGraph,
FlagEncoder encoder,
Weighting weighting,
TraversalMode traversalMode) |
Constructor and Description |
---|
PrepareRoutingSubnetworks(GraphHopperStorage ghStorage,
List<FlagEncoder> encoders) |
TarjansSCCAlgorithm(GraphHopperStorage graph,
GHBitSet ignoreSet,
EdgeFilter edgeFilter) |
Modifier and Type | Method and Description |
---|---|
GraphHopperStorage |
GraphBuilder.build()
Default graph is a GraphStorage with an in memory directory and disabled storing on flush.
|
GraphHopperStorage |
GraphBuilder.create()
Default graph is a GraphStorage 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–2016. All rights reserved.