| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.lm | |
| com.graphhopper.routing.util | |
| com.graphhopper.storage |
| Modifier and Type | Method and Description |
|---|---|
StorableProperties |
GraphHopper.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PrepareContractionHierarchies.Result> |
CHPreparationHandler.prepare(BaseGraph baseGraph,
StorableProperties properties,
List<CHConfig> chConfigs,
boolean closeEarly) |
| Modifier and Type | Method and Description |
|---|---|
List<PrepareLandmarks> |
LMPreparationHandler.prepare(List<LMConfig> lmConfigs,
BaseGraph baseGraph,
EncodingManager encodingManager,
StorableProperties properties,
LocationIndex locationIndex,
boolean closeEarly)
Prepares the landmark data for all given configs
|
| Modifier and Type | Method and Description |
|---|---|
static EncodingManager |
EncodingManager.fromProperties(StorableProperties properties) |
static void |
EncodingManager.putEncodingManagerIntoProperties(EncodingManager encodingManager,
StorableProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
StorableProperties |
StorableProperties.create(long size) |
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–2022. All rights reserved.