public class GraphHopperConfig extends Object
Constructor and Description |
---|
GraphHopperConfig() |
GraphHopperConfig(GraphHopperConfig otherConfig) |
GraphHopperConfig(PMap pMap) |
Modifier and Type | Method and Description |
---|---|
PMap |
asPMap() |
boolean |
getBool(String key,
boolean _default) |
List<CHProfile> |
getCHProfiles() |
double |
getDouble(String key,
double _default) |
float |
getFloat(String key,
float _default) |
int |
getInt(String key,
int _default) |
List<LMProfile> |
getLMProfiles() |
long |
getLong(String key,
long _default) |
List<Profile> |
getProfiles() |
String |
getString(String key,
String _default) |
boolean |
has(String key) |
GraphHopperConfig |
putObject(String key,
Object value) |
GraphHopperConfig |
setCHProfiles(List<CHProfile> chProfiles) |
GraphHopperConfig |
setLMProfiles(List<LMProfile> lmProfiles) |
GraphHopperConfig |
setProfiles(List<Profile> profiles) |
String |
toString() |
public GraphHopperConfig()
public GraphHopperConfig(GraphHopperConfig otherConfig)
public GraphHopperConfig(PMap pMap)
public GraphHopperConfig setProfiles(List<Profile> profiles)
public GraphHopperConfig setCHProfiles(List<CHProfile> chProfiles)
public GraphHopperConfig setLMProfiles(List<LMProfile> lmProfiles)
public GraphHopperConfig putObject(String key, Object value)
public boolean has(String key)
public boolean getBool(String key, boolean _default)
public int getInt(String key, int _default)
public long getLong(String key, long _default)
public float getFloat(String key, float _default)
public double getDouble(String key, double _default)
public PMap asPMap()
Copyright © 2012–2020. All rights reserved.