| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.routing | |
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.lm | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
GraphHopper |
GraphHopper.init(CmdArgs args)
Reads configuration from a CmdArgs object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingAlgorithmFactoryDecorator.init(CmdArgs args) |
| Modifier and Type | Method and Description |
|---|---|
void |
CHAlgoFactoryDecorator.init(CmdArgs args) |
| Modifier and Type | Method and Description |
|---|---|
void |
LMAlgoFactoryDecorator.init(CmdArgs args) |
| Modifier and Type | Method and Description |
|---|---|
CmdArgs |
CmdArgs.put(String key,
Object str) |
static CmdArgs |
CmdArgs.read(String[] args)
This method creates a CmdArgs object from the specified string array (a list of key=value pairs).
|
static CmdArgs |
CmdArgs.readFromConfig(String fileStr,
String systemProperty) |
static CmdArgs |
CmdArgs.readFromConfigAndMerge(CmdArgs args,
String configKey,
String configSysAttr)
Command line configuration overwrites the ones in the config file.
|
| Modifier and Type | Method and Description |
|---|---|
static CmdArgs |
CmdArgs.readFromConfigAndMerge(CmdArgs args,
String configKey,
String configSysAttr)
Command line configuration overwrites the ones in the config file.
|
Copyright © 2012–2018. All rights reserved.