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 PathCalculator
public String getDebugString()
getDebugString
in interface PathCalculator
public int getVisitedNodes()
getVisitedNodes
in interface PathCalculator
Copyright © 2012–2022. All rights reserved.