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-2024 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 LaneType
Bicycle path (fietspad).static final StripeData
Block stripe.static final LaneType
Bus lane.static final StripeData
Dashed stripe.static final StripeData
Double dashed stripe.static final StripeData
Double solid stripe.static final LaneType
Footpath (voetpad).static final LaneType
Freeway (snelweg, 130km/h).static final LaneType
Highway (autoweg, 100km/h).static final GeneratorPositions.LaneBiases
static final StripeData
Left-permeable stripe.static final LaneType
Moped path (fiets-/bromfietspad).static final LaneType
For one-way roads.static final LaneType
Provincial road (provinciaalse weg / N-weg, 80km/h).static final LaneType
Residential (woonerf, 30km/h).static final StripeData
Right-permable stripe.static final LaneType
Rural (landelijk, 60km/h).static final StripeData
Solid stripe.static final LaneType
For two-way roads.static final LaneType
Urban (stedelijk, 50km/h).Fields inherited from class org.opentrafficsim.road.definitions.DefaultsRoad
NL
-
Constructor Summary
Constructors -
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
-
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.
-
-
Constructor Details
-
DefaultsRoadNl
DefaultsRoadNl()Constructor setting locale nl_NL.
-