Uses of Interface
com.graphhopper.storage.NodeAccess
Packages that use NodeAccess
Package
Description
-
Uses of NodeAccess in com.graphhopper.routing
Fields in com.graphhopper.routing declared as NodeAccessModifier and TypeFieldDescriptionprotected final NodeAccess
AbstractBidirCHAlgo.nodeAccess
protected final NodeAccess
AbstractNonCHBidirAlgo.nodeAccess
protected final NodeAccess
AbstractRoutingAlgorithm.nodeAccess
Methods in com.graphhopper.routing with parameters of type NodeAccessModifier and TypeMethodDescriptionstatic WeightApproximator
RoutingAlgorithmFactorySimple.getApproximation
(String prop, PMap opts, Weighting weighting, NodeAccess na) -
Uses of NodeAccess in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return NodeAccess -
Uses of NodeAccess in com.graphhopper.routing.weighting
Constructors in com.graphhopper.routing.weighting with parameters of type NodeAccessModifierConstructorDescriptionBeelineWeightApproximator
(NodeAccess nodeAccess, Weighting weighting) -
Uses of NodeAccess in com.graphhopper.storage
Classes in com.graphhopper.storage that implement NodeAccessMethods in com.graphhopper.storage that return NodeAccessModifier and TypeMethodDescriptionBaseGraph.getNodeAccess()
Graph.getNodeAccess()
Creates an object to access node properties.Constructors in com.graphhopper.storage with parameters of type NodeAccessModifierConstructorDescriptionExtendedNodeAccess
(NodeAccess nodeAccess, PointList additionalNodes, int firstAdditionalNodeId) -
Uses of NodeAccess in com.graphhopper.util
Methods in com.graphhopper.util with parameters of type NodeAccessModifier and TypeMethodDescriptionstatic double
GHUtility.getDistance
(int from, int to, NodeAccess nodeAccess)