| Interface | Description |
|---|---|
| BooleanEncodedValue |
This interface defines access to an edge property of type boolean.
|
| DecimalEncodedValue |
This class defines how and where to store an unsigned decimal value.
|
| EncodedValue |
This interface defines how to store and read values from a list of integers
|
| EncodedValueFactory | |
| EncodedValueLookup | |
| IntEncodedValue |
This class defines how and where to store an unsigned integer.
|
| Class | Description |
|---|---|
| DefaultEncodedValueFactory | |
| EncodedValue.InitializerConfig | |
| EnumEncodedValue<E extends Enum> |
This class allows to store distinct values via an enum.
|
| GetOffBike | |
| MaxAxleLoad |
Defines the maximum weight per axle for an edge.
|
| MaxHeight |
One of the four logistic attributes that can be stored per edge.
|
| MaxLength |
One of the four logistic attributes that can be stored per edge.
|
| MaxSpeed |
This EncodedValue stores maximum speed values for car.
|
| MaxWeight |
One of the four logistic attributes that can be stored per edge.
|
| MaxWidth |
One of the four logistic attributes that can be stored per edge.
|
| RoadClassLink | |
| Roundabout | |
| SimpleBooleanEncodedValue |
This class implements a simple boolean storage via an UnsignedIntEncodedValue with 1 bit.
|
| TurnCost | |
| UnsignedDecimalEncodedValue |
This class holds a decimal value and stores it as an unsigned integer value via a conversion factor and a maximum number
of bits.
|
| UnsignedIntEncodedValue |
Implementation of the IntEncodedValue via a limited number of bits and without a sign.
|
| Enum | Description |
|---|---|
| Country |
This enum defines a country value that can be stored per edge.
|
| Hazmat |
Defines general restrictions for the transport of hazardous materials.
If not tagged it will be Hazmat.YES |
| HazmatTunnel |
Defines the degree of restriction for the transport of hazardous goods through tunnels.
If not tagged it will be HazmatTunnel.A |
| HazmatWater |
Defines general restrictions for the transport of goods through water protection areas.
If not tagged it will be HazmatWater.YES |
| RoadAccess |
This enum defines the road access of an edge.
|
| RoadClass |
This enum defines the road class of an edge.
|
| RoadEnvironment |
This enum the road environment of an edge.
|
| RouteNetwork | |
| Surface |
This enum defines the road surface of an edge like unpaved or asphalt.
|
| Toll |
This enum defines the toll value like NO (default), ALL (all vehicles) and HGV (toll for heavy goods vehicles)
|
| TrackType |
This enum defines the track type of an edge which describes how
well-maintained a certain track is.
|
Copyright © 2012–2020. All rights reserved.