Package | Description |
---|---|
com.graphhopper.routing | |
com.graphhopper.routing.querygraph | |
com.graphhopper.routing.weighting | |
com.graphhopper.storage | |
com.graphhopper.util |
Modifier and Type | Field and Description |
---|---|
protected NodeAccess |
AbstractBidirCHAlgo.nodeAccess |
protected NodeAccess |
AbstractRoutingAlgorithm.nodeAccess |
protected NodeAccess |
AbstractNonCHBidirAlgo.nodeAccess |
Modifier and Type | Method and Description |
---|---|
static WeightApproximator |
RoutingAlgorithmFactorySimple.getApproximation(String prop,
PMap opts,
Weighting weighting,
NodeAccess na) |
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 |
Graph.getNodeAccess()
Creates an object to access node properties.
|
NodeAccess |
BaseGraph.getNodeAccess() |
Constructor and Description |
---|
ExtendedNodeAccess(NodeAccess nodeAccess,
PointList additionalNodes,
int firstAdditionalNodeId) |
Modifier and Type | Method and Description |
---|---|
static double |
GHUtility.getDistance(int from,
int to,
NodeAccess nodeAccess) |
Copyright © 2012–2022. All rights reserved.