Uses of Interface
com.graphhopper.routing.ch.NodeOrderingProvider
Packages that use NodeOrderingProvider
-
Uses of NodeOrderingProvider in com.graphhopper.routing.ch
Methods in com.graphhopper.routing.ch that return NodeOrderingProviderModifier and TypeMethodDescriptionstatic NodeOrderingProviderNodeOrderingProvider.fromArray(int... nodes) static NodeOrderingProviderNodeOrderingProvider.identity(int nodes) Methods in com.graphhopper.routing.ch with parameters of type NodeOrderingProviderModifier and TypeMethodDescriptionPrepareContractionHierarchies.useFixedNodeOrdering(NodeOrderingProvider nodeOrderingProvider) Instead of heuristically determining a node ordering for the graph contraction it is also possible to use a fixed ordering. -
Uses of NodeOrderingProvider in com.graphhopper.storage
Methods in com.graphhopper.storage that return NodeOrderingProvider