Class LaneDataRoad

java.lang.Object
org.opentrafficsim.road.network.sampling.LaneDataRoad
All Implemented Interfaces:
org.djutils.base.Identifiable, LaneData<LaneDataRoad>

public class LaneDataRoad extends Object implements LaneData<LaneDataRoad>
Lane representation in road sampler.

Copyright (c) 2013-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
  • Constructor Details

    • LaneDataRoad

      public LaneDataRoad(Lane lane)
      Parameters:
      lane - Lane; wrapped lane
  • Method Details