| Package | Description |
|---|---|
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.lm | |
| com.graphhopper.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
CHAlgoFactoryDecorator.prepare(StorableProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LMAlgoFactoryDecorator.loadOrDoWork(StorableProperties properties)
This method calculates the landmark data for all weightings (optionally in parallel) or if already existent loads it.
|
| Modifier and Type | Method and Description |
|---|---|
StorableProperties |
StorableProperties.create(long size) |
StorableProperties |
GraphStorage.getProperties() |
StorableProperties |
GraphHopperStorage.getProperties() |
StorableProperties |
StorableProperties.put(String key,
Object val)
Before it saves this value it creates a string out of it.
|
StorableProperties |
StorableProperties.put(String key,
String val) |
StorableProperties |
StorableProperties.putAll(Map<String,String> externMap) |
StorableProperties |
StorableProperties.remove(String key) |
Copyright © 2012–2018. All rights reserved.