| Package | Description |
|---|---|
| com.graphhopper.routing | |
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.querygraph | |
| com.graphhopper.routing.weighting | |
| com.graphhopper.storage | |
| com.graphhopper.util |
| Modifier and Type | Field and Description |
|---|---|
protected NodeAccess |
AbstractRoutingAlgorithm.nodeAccess |
protected NodeAccess |
AbstractBidirAlgo.nodeAccess |
| Modifier and Type | Method and Description |
|---|---|
static WeightApproximator |
RoutingAlgorithmFactorySimple.getApproximation(String prop,
AlgorithmOptions opts,
NodeAccess na) |
| Modifier and Type | Method and Description |
|---|---|
NodeAccess |
PrepareCHGraph.getNodeAccess() |
| Modifier and Type | Method and Description |
|---|---|
NodeAccess |
QueryGraph.getNodeAccess() |
| Constructor and Description |
|---|
BeelineWeightApproximator(NodeAccess nodeAccess,
Weighting weighting) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedNodeAccess
NodeAccess that allows adding additional points |
| Modifier and Type | Method and Description |
|---|---|
NodeAccess |
GraphHopperStorage.getNodeAccess() |
NodeAccess |
CHGraphImpl.getNodeAccess() |
NodeAccess |
Graph.getNodeAccess()
Creates an object to access node properties.
|
| Constructor and Description |
|---|
ExtendedNodeAccess(NodeAccess nodeAccess,
PointList additionalNodes,
int firstAdditionalNodeId) |
| Modifier and Type | Class and Description |
|---|---|
static class |
GHUtility.DisabledNodeAccess
This node access can be used in tests to mock specific iterator behaviour via overloading
certain methods.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
GHUtility.getDistance(int from,
int to,
NodeAccess nodeAccess) |
Copyright © 2012–2020. All rights reserved.