public class CHPathCalculator extends Object implements PathCalculator
| Constructor and Description |
|---|
CHPathCalculator(CHRoutingAlgorithmFactory algoFactory,
PMap algoOpts) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
calcPaths(int from,
int to,
EdgeRestrictions edgeRestrictions) |
String |
getDebugString() |
int |
getVisitedNodes() |
public CHPathCalculator(CHRoutingAlgorithmFactory algoFactory, PMap algoOpts)
public List<Path> calcPaths(int from, int to, EdgeRestrictions edgeRestrictions)
calcPaths in interface PathCalculatorpublic String getDebugString()
getDebugString in interface PathCalculatorpublic int getVisitedNodes()
getVisitedNodes in interface PathCalculatorCopyright © 2012–2021. All rights reserved.