| Package | Description |
|---|---|
| com.graphhopper.routing.querygraph | |
| com.graphhopper.search | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
List<EdgeKVStorage.KeyValue> |
VirtualEdgeIteratorState.getKeyValues() |
| Modifier and Type | Method and Description |
|---|---|
EdgeIteratorState |
VirtualEdgeIteratorState.setKeyValues(List<EdgeKVStorage.KeyValue> list) |
| Constructor and Description |
|---|
VirtualEdgeIteratorState(int originalEdgeKey,
int edgeKey,
int baseNode,
int adjNode,
double distance,
IntsRef edgeFlags,
List<EdgeKVStorage.KeyValue> keyValues,
PointList pointList,
boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
static List<EdgeKVStorage.KeyValue> |
EdgeKVStorage.KeyValue.createKV(String key,
Object value) |
List<EdgeKVStorage.KeyValue> |
EdgeKVStorage.getAll(long entryPointer) |
| Modifier and Type | Method and Description |
|---|---|
long |
EdgeKVStorage.add(List<EdgeKVStorage.KeyValue> entries)
This method writes the specified entryMap (key-value pairs) into the storage.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeKVStorage.KeyValue> |
GHUtility.DisabledEdgeIterator.getKeyValues() |
List<EdgeKVStorage.KeyValue> |
EdgeIteratorState.getKeyValues()
This method returns KeyValue pairs for both directions in contrast to
EdgeIteratorState.getValue(String). |
| Modifier and Type | Method and Description |
|---|---|
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.setKeyValues(List<EdgeKVStorage.KeyValue> keyValues) |
EdgeIteratorState |
EdgeIteratorState.setKeyValues(List<EdgeKVStorage.KeyValue> map)
This stores the specified key-value pairs in the storage of this EdgeIteratorState.
|
Copyright © 2012–2022. All rights reserved.