Class DefaultsRoadNl


public class DefaultsRoadNl extends DefaultsRoad
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 Details

    • TWO_WAY_LANE

      public static final LaneType TWO_WAY_LANE
      For two-way roads.
    • PROVINCIAL_ROAD

      public static final LaneType PROVINCIAL_ROAD
      Provincial road (provinciaalse weg / N-weg, 80km/h).
    • RURAL_ROAD

      public static final LaneType RURAL_ROAD
      Rural (landelijk, 60km/h).
    • URBAN_ROAD

      public static final LaneType URBAN_ROAD
      Urban (stedelijk, 50km/h).
    • RESIDENTIAL_ROAD

      public static final LaneType RESIDENTIAL_ROAD
      Residential (woonerf, 30km/h).
    • ONE_WAY_LANE

      public static final LaneType ONE_WAY_LANE
      For one-way roads.
    • FREEWAY

      public static final LaneType FREEWAY
      Freeway (snelweg, 130km/h).
    • HIGHWAY

      public static final LaneType HIGHWAY
      Highway (autoweg, 100km/h).
    • BUS_LANE

      public static final LaneType BUS_LANE
      Bus lane.
    • MOPED_PATH

      public static final LaneType MOPED_PATH
      Moped path (fiets-/bromfietspad).
    • BICYCLE_PATH

      public static final LaneType BICYCLE_PATH
      Bicycle path (fietspad).
    • FOOTPATH

      public static final LaneType FOOTPATH
      Footpath (voetpad).
    • ROAD_USERS

      public static final DetectorType ROAD_USERS
      Makes a Detector compatible with all road users, e.g. for SinkDetector, DestinationDetector.
    • VEHICLES

      public static final DetectorType VEHICLES
      Makes a Detector compatible with all vehicles, e.g. for loop detectors.
    • LOOP_DETECTOR

      public static final DetectorType LOOP_DETECTOR
      Loop detector type.
    • TRAFFIC_LIGHT

      public static final DetectorType TRAFFIC_LIGHT
      Traffic light detector type.
  • Constructor Details

    • DefaultsRoadNl

      DefaultsRoadNl()
      Constructor setting locale nl_NL.