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 |
---|---|
AverageSlope |
Average elevation.
|
BikeNetwork | |
Curvature | |
DecimalEncodedValueImpl |
This class holds a signed decimal value and stores it as an integer value via a conversion factor and a certain
number of bits that determine the maximum value.
|
DefaultEncodedValueFactory | |
EncodedValue.InitializerConfig | |
EncodedValueSerializer | |
EnumEncodedValue<E extends Enum> |
This class allows to store distinct values via an enum.
|
FootNetwork | |
GetOffBike | |
HikeRating | |
HorseRating | |
IntEncodedValueImpl |
Implementation of the IntEncodedValue via a certain number of bits (that determines the maximum value) and
a minimum value (default is 0).
|
Lanes | |
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.
|
MaxSlope |
Maximum elevation change in m/100m.
|
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.
|
MtbRating | |
OSMWayID | |
RoadClassLink | |
Roundabout | |
SimpleBooleanEncodedValue |
This class implements a simple boolean storage via an UnsignedIntEncodedValue with 1 bit.
|
StringEncodedValue |
This class holds a List of up to
StringEncodedValue.maxValues encountered Strings and stores
index+1 to indicate a string is set or 0 if no value is assigned |
Subnetwork |
This EncodedValue, which should be available per profile, stores a boolean value per edge that indicates if the edge
is part of a too small subnetwork.
|
TurnCost | |
VehicleAccess | |
VehiclePriority | |
VehicleSpeed |
Enum | Description |
---|---|
Country |
The enum constants correspond to the the ISO3166-1:alpha3 code of the corresponding country
|
Footway | |
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 |
Hgv |
This enum defines the road access of an edge.
|
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 |
This enum defines the route network of an edge when part of a hiking or biking network.
|
Smoothness |
This enum defines the road smoothness of an edge.
|
Surface |
This enum defines the road surface of an edge like unpaved or asphalt.
|
Toll |
This enum defines the toll value like MISSING (default), NO (no toll), HGV
(toll for heavy goods vehicles) and ALL (all vehicles)
|
TrackType |
This enum defines the track type of an edge which describes how well-maintained a certain track is.
|
UrbanDensity |
Copyright © 2012–2022. All rights reserved.