| Package | Description |
|---|---|
| com.graphhopper.routing.profiles |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumEncodedValue<E extends Enum>
This class implements an ObjectEncodedValue via a list of enums.
|
class |
FactorizedDecimalEncodedValue
This class holds a decimal value and stores it as an integer value via a conversion factor and a maximum number
of bits.
|
class |
MappedDecimalEncodedValue
For certain values it can be more efficient to store the mapping instead of the value and a factor.
|
class |
SimpleBooleanEncodedValue
This class implements a simple Boolean storage via a FactoredIntEncodedValue with 1 bit.
|
Copyright © 2012–2019. All rights reserved.