Package | Description |
---|---|
com.graphhopper.routing.querygraph | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
PointList |
VirtualEdgeIteratorState.fetchWayGeometry(FetchMode mode) |
Modifier and Type | Method and Description |
---|---|
static FetchMode |
FetchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchMode[] |
FetchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PointList |
EdgeIteratorState.fetchWayGeometry(FetchMode mode)
For road network data like OSM a way is often not just a straight line.
|
PointList |
GHUtility.DisabledEdgeIterator.fetchWayGeometry(FetchMode type) |
Copyright © 2012–2020. All rights reserved.