Uses of Class
com.graphhopper.storage.CHStorage
Packages that use CHStorage
-
Uses of CHStorage in com.graphhopper.routing.ch
Methods in com.graphhopper.routing.ch that return CHStorage -
Uses of CHStorage in com.graphhopper.storage
Methods in com.graphhopper.storage that return CHStorageMethods in com.graphhopper.storage with parameters of type CHStorageModifier and TypeMethodDescriptionstatic RoutingCHGraph
static RoutingCHEdgeIteratorImpl
static RoutingCHEdgeIteratorImpl
Constructors in com.graphhopper.storage with parameters of type CHStorageModifierConstructorDescriptionCHStorageBuilder
(CHStorage chStorage) RoutingCHEdgeIteratorImpl
(CHStorage chStore, BaseGraph baseGraph, Weighting weighting, boolean outgoing, boolean incoming) RoutingCHEdgeIteratorStateImpl
(CHStorage store, BaseGraph baseGraph, com.graphhopper.storage.BaseGraph.EdgeIteratorStateImpl baseEdgeState, Weighting weighting) RoutingCHGraphImpl
(BaseGraph baseGraph, CHStorage chStorage, Weighting weighting)