Class AnimationLaneDetectorData

java.lang.Object
org.opentrafficsim.animation.data.AnimationLaneBasedObjectData<LaneDetector>
org.opentrafficsim.animation.data.AnimationLaneDetectorData
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.Locatable, org.djutils.base.Identifiable, org.opentrafficsim.base.geometry.OtsLocatable, AbstractLineAnimation.LaneBasedObjectData, DetectorData, LaneDetectorAnimation.LaneDetectorData

public class AnimationLaneDetectorData extends AnimationLaneBasedObjectData<LaneDetector> implements LaneDetectorAnimation.LaneDetectorData
Animation data of a LaneDetector.

Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel
  • Constructor Details

    • AnimationLaneDetectorData

      public AnimationLaneDetectorData(LaneDetector laneDetector)
      Constructor.
      Parameters:
      laneDetector - LaneDetector; lane detector.
  • Method Details