Class DefaultsRoadNl
java.lang.Object
org.opentrafficsim.core.definitions.Defaults
org.opentrafficsim.road.definitions.DefaultsRoad
org.opentrafficsim.road.definitions.DefaultsRoadNl
Road defaults for locale nl_NL.
Copyright (c) 2022-2026 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LaneTypeBicycle path (fietspad).static final StripeDataBlock stripe ".".static final LaneTypeBus lane.static final StripeDataDashed stripe ":".static final StripeDataDouble dashed stripe "::".static final StripeDataDouble solid stripe "||".static final LaneTypeFootpath (voetpad).static final LaneTypeFreeway (snelweg, 130km/h).static final LaneTypeHighway (autoweg, 100km/h).static final GeneratorPositions.LaneBiasesLane biases for car and truck.static final StripeDataLeft-permeable stripe "|:".static final LaneTypeMoped path (fiets-/bromfietspad).static final LaneTypeFor one-way roads.static final LaneTypeProvincial road (provinciaalse weg / N-weg, 80km/h).static final LaneTypeResidential (woonerf, 30km/h).static final StripeDataRight-permable stripe ":|".static final LaneTypeRural (landelijk, 60km/h).static final StripeDataSolid stripe "|".static final LaneTypeFor two-way roads.static final LaneTypeUrban (stedelijk, 50km/h).Fields inherited from class org.opentrafficsim.road.definitions.DefaultsRoad
NL -
Method Summary
Methods inherited from class org.opentrafficsim.road.definitions.DefaultsRoad
getByName
-
Field Details
-
TWO_WAY_LANE
For two-way roads. -
PROVINCIAL_ROAD
Provincial road (provinciaalse weg / N-weg, 80km/h). -
RURAL_ROAD
Rural (landelijk, 60km/h). -
URBAN_ROAD
Urban (stedelijk, 50km/h). -
RESIDENTIAL_ROAD
Residential (woonerf, 30km/h). -
ONE_WAY_LANE
For one-way roads. -
FREEWAY
Freeway (snelweg, 130km/h). -
HIGHWAY
Highway (autoweg, 100km/h). -
BUS_LANE
Bus lane. -
MOPED_PATH
Moped path (fiets-/bromfietspad). -
BICYCLE_PATH
Bicycle path (fietspad). -
FOOTPATH
Footpath (voetpad). -
LANE_BIAS_CAR_TRUCK
Lane biases for car and truck. -
SOLID
Solid stripe "|". -
LEFT
Left-permeable stripe "|:". -
RIGHT
Right-permable stripe ":|". -
DASHED
Dashed stripe ":". -
DOUBLE_SOLID
Double solid stripe "||". -
DOUBLE_DASHED
Double dashed stripe "::". -
BLOCK
Block stripe ".".
-