Class AnimationLaneBasedObjectData<T extends LaneBasedObject>

java.lang.Object
org.opentrafficsim.animation.data.AnimationLaneBasedObjectData<T>
Type Parameters:
T - lane based object type
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.Locatable, org.djutils.base.Identifiable, org.opentrafficsim.base.geometry.OtsLocatable, AbstractLineAnimation.LaneBasedObjectData
Direct Known Subclasses:
AnimationBusStopData, AnimationLaneDetectorData, AnimationTrafficLightData

public abstract class AnimationLaneBasedObjectData<T extends LaneBasedObject> extends Object implements AbstractLineAnimation.LaneBasedObjectData
Animation data of a LaneBasedObject.

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

    • AnimationLaneBasedObjectData

      public AnimationLaneBasedObjectData(T laneBasedObject)
      Constructor.
      Parameters:
      laneBasedObject - T; laneBasedObject.
  • Method Details

    • getLaneWidth

      public org.djunits.value.vdouble.scalar.Length getLaneWidth()
      Specified by:
      getLaneWidth in interface AbstractLineAnimation.LaneBasedObjectData
    • getLocation

      public org.djutils.draw.point.OrientedPoint2d getLocation()
      Specified by:
      getLocation in interface AbstractLineAnimation.LaneBasedObjectData
      Specified by:
      getLocation in interface nl.tudelft.simulation.dsol.animation.Locatable
      Specified by:
      getLocation in interface org.opentrafficsim.base.geometry.OtsLocatable
    • getBounds

      public org.opentrafficsim.base.geometry.OtsBounds2d getBounds()
      Specified by:
      getBounds in interface nl.tudelft.simulation.dsol.animation.Locatable
      Specified by:
      getBounds in interface org.opentrafficsim.base.geometry.OtsLocatable
    • getId

      public String getId()
      Specified by:
      getId in interface org.djutils.base.Identifiable
    • getObject

      public T getObject()
      Returns the wrapped object.
      Returns:
      T; wrapped object.