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
Modifier and TypeFieldDescriptionstatic final LaneType
Bicycle path (fietspad).static final LaneType
Bus lane.static final LaneType
Footpath (voetpad).static final LaneType
Freeway (snelweg, 130km/h).static final LaneType
Highway (autoweg, 100km/h).static final DetectorType
Loop detector type.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 DetectorType
Makes a Detector compatible with all road users, e.g. for SinkDetector, DestinationDetector.static final LaneType
Rural (landelijk, 60km/h).static final DetectorType
Traffic light detector type.static final LaneType
For two-way roads.static final LaneType
Urban (stedelijk, 50km/h).static final DetectorType
Makes a Detector compatible with all vehicles, e.g. for loop detectors.Fields inherited from class org.opentrafficsim.road.definitions.DefaultsRoad
NL
-
Constructor Summary
-
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). -
ROAD_USERS
Makes a Detector compatible with all road users, e.g. for SinkDetector, DestinationDetector. -
VEHICLES
Makes a Detector compatible with all vehicles, e.g. for loop detectors. -
LOOP_DETECTOR
Loop detector type. -
TRAFFIC_LIGHT
Traffic light detector type.
-
-
Constructor Details
-
DefaultsRoadNl
DefaultsRoadNl()Constructor setting locale nl_NL.
-