Package | Description |
---|---|
com.graphhopper.routing.ch | |
com.graphhopper.routing.querygraph | |
com.graphhopper.routing.util | |
com.graphhopper.storage | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
boolean |
ShortcutFilter.accept(CHEdgeIteratorState edgeState) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualEdgeIteratorState
Creates an edge state decoupled from a graph where nodes, pointList, etc are kept in memory.
|
Modifier and Type | Method and Description |
---|---|
CHEdgeIteratorState |
VirtualEdgeIteratorState.setSkippedEdges(int edge1,
int edge2) |
CHEdgeIteratorState |
VirtualEdgeIteratorState.setWeight(double weight) |
Modifier and Type | Interface and Description |
---|---|
interface |
AllCHEdgesIterator |
Modifier and Type | Method and Description |
---|---|
CHEdgeIteratorState |
CHGraphImpl.edge(int a,
int b) |
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 | Class and Description |
---|---|
static class |
GHUtility.DisabledEdgeIterator
This edge iterator can be used in tests to mock specific iterator behaviour via overloading
certain methods.
|
Modifier and Type | Method and Description |
---|---|
CHEdgeIteratorState |
CHEdgeIteratorState.setSkippedEdges(int edge1,
int edge2)
Sets the edges that this shortcut skips.
|
CHEdgeIteratorState |
GHUtility.DisabledEdgeIterator.setSkippedEdges(int edge1,
int edge2) |
CHEdgeIteratorState |
CHEdgeIteratorState.setWeight(double weight)
Sets the weight calculated from Weighting.calcWeight, only applicable if isShortcut is true.
|
CHEdgeIteratorState |
GHUtility.DisabledEdgeIterator.setWeight(double weight) |
Copyright © 2012–2020. All rights reserved.