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 LaneTypeBicycle path (fietspad).static final LaneTypeBus lane.static final LaneTypeFootpath (voetpad).static final LaneTypeFreeway (snelweg, 130km/h).static final LaneTypeHighway (autoweg, 100km/h).static final DetectorTypeLoop detector type.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 DetectorTypeMakes a Detector compatible with all road users, e.g. for SinkDetector, DestinationDetector.static final LaneTypeRural (landelijk, 60km/h).static final DetectorTypeTraffic light detector type.static final LaneTypeFor two-way roads.static final LaneTypeUrban (stedelijk, 50km/h).static final DetectorTypeMakes a Detector compatible with all vehicles, e.g. for loop detectors.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). -
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.
-