Uses of Enum Class
com.graphhopper.util.FetchMode
Packages that use FetchMode
-
Uses of FetchMode in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph with parameters of type FetchMode -
Uses of FetchMode in com.graphhopper.util
Methods in com.graphhopper.util that return FetchModeModifier and TypeMethodDescriptionstatic FetchMode
Returns the enum constant of this class with the specified name.static FetchMode[]
FetchMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.graphhopper.util with parameters of type FetchModeModifier and TypeMethodDescriptionEdgeIteratorState.fetchWayGeometry
(FetchMode mode) For road network data like OSM a way is often not just a straight line.