Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.reader.osm | |
com.graphhopper.routing | |
com.graphhopper.routing.lm | |
com.graphhopper.routing.util | |
com.graphhopper.storage |
Modifier and Type | Method and Description |
---|---|
EncodingManager |
GraphHopper.getEncodingManager() |
Modifier and Type | Method and Description |
---|---|
protected Router |
GraphHopper.doCreateRouter(BaseGraph baseGraph,
EncodingManager encodingManager,
LocationIndex locationIndex,
Map<String,Profile> profilesByName,
PathDetailsBuilderFactory pathBuilderFactory,
TranslationMap trMap,
RouterConfig routerConfig,
WeightingFactory weightingFactory,
Map<String,RoutingCHGraph> chGraphs,
Map<String,LandmarkStorage> landmarks) |
Constructor and Description |
---|
OSMReader(BaseGraph baseGraph,
EncodingManager encodingManager,
OSMParsers osmParsers,
OSMReaderConfig config) |
Constructor and Description |
---|
DefaultWeightingFactory(BaseGraph graph,
EncodingManager encodingManager) |
Router(BaseGraph graph,
EncodingManager encodingManager,
LocationIndex locationIndex,
Map<String,Profile> profilesByName,
PathDetailsBuilderFactory pathDetailsBuilderFactory,
TranslationMap translationMap,
RouterConfig routerConfig,
WeightingFactory weightingFactory,
Map<String,RoutingCHGraph> chGraphs,
Map<String,LandmarkStorage> landmarks) |
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 |
---|---|
EncodingManager |
EncodingManager.Builder.build() |
static EncodingManager |
EncodingManager.create(String flagEncodersStr)
Instantiate manager with the given list of encoders.
|
static EncodingManager |
EncodingManager.create(VehicleEncodedValuesFactory factory,
String flagEncodersStr) |
static EncodingManager |
EncodingManager.fromProperties(StorableProperties properties) |
Modifier and Type | Method and Description |
---|---|
static void |
EncodingManager.putEncodingManagerIntoProperties(EncodingManager encodingManager,
StorableProperties properties) |
Constructor and Description |
---|
Builder(EncodingManager em) |
Copyright © 2012–2022. All rights reserved.