| Package | Description |
|---|---|
| com.graphhopper.routing.ch | |
| com.graphhopper.routing.util | |
| com.graphhopper.storage | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ShortcutFilter.accept(CHEdgeIteratorState edgeState) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllCHEdgesIterator |
| Modifier and Type | Method and Description |
|---|---|
CHEdgeIteratorState |
CHGraphImpl.getEdgeIteratorState(int edgeId,
int endNode) |
CHEdgeIteratorState |
CHGraph.getEdgeIteratorState(int edgeId,
int endNode) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CHEdgeIterator
Support for CH edges
|
| Modifier and Type | Method and Description |
|---|---|
static CHEdgeIteratorState |
GHUtility.getEdge(CHGraph graph,
int base,
int adj) |
CHEdgeIteratorState |
CHEdgeIteratorState.setSkippedEdges(int edge1,
int edge2)
Sets the edges that this shortcut skips.
|
CHEdgeIteratorState |
CHEdgeIteratorState.setWeight(double weight)
Sets the weight calculated from Weighting.calcWeight, only applicable if isShortcut is true.
|
Copyright © 2012–2021. All rights reserved.