Package | Description |
---|---|
com.graphhopper.routing.ch | |
com.graphhopper.routing.lm | |
com.graphhopper.storage |
Modifier and Type | Method and Description |
---|---|
void |
CHPreparationHandler.prepare(StorableProperties properties,
boolean closeEarly) |
Modifier and Type | Method and Description |
---|---|
boolean |
LMPreparationHandler.loadOrDoWork(StorableProperties properties,
boolean closeEarly)
This method calculates the landmark data for all profiles (optionally in parallel) or if already existent loads it.
|
Modifier and Type | Method and Description |
---|---|
StorableProperties |
StorableProperties.create(long size) |
StorableProperties |
GraphHopperStorage.getProperties() |
StorableProperties |
GraphStorage.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–2020. All rights reserved.