Uses of Class
com.graphhopper.search.KVStorage.KValue
Packages that use KVStorage.KValue
-
Uses of KVStorage.KValue in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return types with arguments of type KVStorage.KValueMethod parameters in com.graphhopper.routing.querygraph with type arguments of type KVStorage.KValueModifier and TypeMethodDescriptionVirtualEdgeIteratorState.setKeyValues
(Map<String, KVStorage.KValue> list) Constructor parameters in com.graphhopper.routing.querygraph with type arguments of type KVStorage.KValueModifierConstructorDescriptionVirtualEdgeIteratorState
(int originalEdgeKey, int edgeKey, int baseNode, int adjNode, double distance, IntsRef edgeFlags, Map<String, KVStorage.KValue> keyValues, PointList pointList, boolean reverse) -
Uses of KVStorage.KValue in com.graphhopper.search
Methods in com.graphhopper.search that return types with arguments of type KVStorage.KValueMethod parameters in com.graphhopper.search with type arguments of type KVStorage.KValueModifier and TypeMethodDescriptionlong
KVStorage.add
(Map<String, KVStorage.KValue> entries) This method writes the specified entryMap (key-value pairs) into the storage. -
Uses of KVStorage.KValue in com.graphhopper.util
Methods in com.graphhopper.util that return types with arguments of type KVStorage.KValueModifier and TypeMethodDescriptionEdgeIteratorState.getKeyValues()
This method returns KeyValue pairs for both directions in contrast toEdgeIteratorState.getValue(String)
.Method parameters in com.graphhopper.util with type arguments of type KVStorage.KValueModifier and TypeMethodDescriptionEdgeIteratorState.setKeyValues
(Map<String, KVStorage.KValue> map) This stores the specified key-value pairs in the storage of this EdgeIteratorState.