| Package | Description |
|---|---|
| com.graphhopper.routing.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlagEncoder
This class provides methods to define how a value (like speed or direction) converts to a flag
(currently an integer value), which is stored in an edge .
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlagEncoder
Abstract class which handles flag decoding and encoding.
|
class |
Bike2WeightFlagEncoder
Stores two speed values into an edge to support avoiding too much incline
|
class |
BikeCommonFlagEncoder
Defines bit layout of bicycles (not motorcycles) for speed, access and relations (network).
|
class |
BikeFlagEncoder
Specifies the settings for cycletouring/trekking
|
class |
Car4WDFlagEncoder
Defines bit layout for cars with four wheel drive
|
class |
CarFlagEncoder
Defines bit layout for cars.
|
class |
DataFlagEncoder
This encoder tries to store all way information into a 32 or 64bit value.
|
class |
FootFlagEncoder
Defines bit layout for pedestrians (speed, access, surface, ...).
|
class |
HikeFlagEncoder
Defines bit layout for hiking
|
class |
MotorcycleFlagEncoder
Defines bit layout for motorbikes
|
class |
MountainBikeFlagEncoder
Specifies the settings for mountain biking
|
class |
RacingBikeFlagEncoder
Specifies the settings for race biking
|
static class |
TurnCostEncoder.NoTurnCostsEncoder
No turn costs will be enabled by this encoder, should be used for pedestrians
|
Copyright © 2012–2018. All rights reserved.