public class CHRoutingAlgorithmFactory extends Object implements RoutingAlgorithmFactory
| Constructor and Description |
|---|
CHRoutingAlgorithmFactory(CHGraph chGraph) |
| Modifier and Type | Method and Description |
|---|---|
RoutingAlgorithm |
createAlgo(Graph graph,
AlgorithmOptions opts)
This method creates an algorithm out of this factory based on the specified opts and graph.
|
CHProfile |
getCHProfile() |
Weighting |
getWeighting() |
public CHRoutingAlgorithmFactory(CHGraph chGraph)
public RoutingAlgorithm createAlgo(Graph graph, AlgorithmOptions opts)
RoutingAlgorithmFactorycreateAlgo in interface RoutingAlgorithmFactorypublic Weighting getWeighting()
public CHProfile getCHProfile()
Copyright © 2012–2020. All rights reserved.