| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.weighting | |
| com.graphhopper.storage | |
| com.graphhopper.util |
| Modifier and Type | Field and Description |
|---|---|
protected NodeAccess |
AbstractRoutingAlgorithm.nodeAccess |
| Modifier and Type | Method and Description |
|---|---|
NodeAccess |
QueryGraph.getNodeAccess() |
| Modifier and Type | Method and Description |
|---|---|
static WeightApproximator |
RoutingAlgorithmFactorySimple.getApproximation(String prop,
AlgorithmOptions opts,
NodeAccess na) |
| Constructor and Description |
|---|
InstructionsFromEdges(int tmpNode,
Graph graph,
Weighting weighting,
FlagEncoder encoder,
BooleanEncodedValue roundaboutEnc,
NodeAccess nodeAccess,
Translation tr,
InstructionList ways) |
| Constructor and Description |
|---|
BeelineWeightApproximator(NodeAccess nodeAccess,
Weighting weighting) |
| Modifier and Type | Method and Description |
|---|---|
NodeAccess |
GraphHopperStorage.getNodeAccess() |
NodeAccess |
CHGraphImpl.getNodeAccess() |
NodeAccess |
Graph.getNodeAccess()
Creates a node explorer to access node properties.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
GHUtility.getDistance(int from,
int to,
NodeAccess nodeAccess) |
Copyright © 2012–2019. All rights reserved.