Uses of Class
com.graphhopper.search.KVStorage.KeyValue
Packages that use KVStorage.KeyValue
-
Uses of KVStorage.KeyValue in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return types with arguments of type KVStorage.KeyValueMethod parameters in com.graphhopper.routing.querygraph with type arguments of type KVStorage.KeyValueModifier and TypeMethodDescriptionVirtualEdgeIteratorState.setKeyValues
(List<KVStorage.KeyValue> list) Constructor parameters in com.graphhopper.routing.querygraph with type arguments of type KVStorage.KeyValueModifierConstructorDescriptionVirtualEdgeIteratorState
(int originalEdgeKey, int edgeKey, int baseNode, int adjNode, double distance, IntsRef edgeFlags, List<KVStorage.KeyValue> keyValues, PointList pointList, boolean reverse) -
Uses of KVStorage.KeyValue in com.graphhopper.search
Methods in com.graphhopper.search that return types with arguments of type KVStorage.KeyValueModifier and TypeMethodDescriptionstatic List
<KVStorage.KeyValue> KVStorage.getAll
(long entryPointer) Method parameters in com.graphhopper.search with type arguments of type KVStorage.KeyValueModifier and TypeMethodDescriptionlong
KVStorage.add
(List<KVStorage.KeyValue> entries) This method writes the specified entryMap (key-value pairs) into the storage. -
Uses of KVStorage.KeyValue in com.graphhopper.util
Methods in com.graphhopper.util that return types with arguments of type KVStorage.KeyValueModifier 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.KeyValueModifier and TypeMethodDescriptionEdgeIteratorState.setKeyValues
(List<KVStorage.KeyValue> map) This stores the specified key-value pairs in the storage of this EdgeIteratorState.