Package org.opentrafficsim.draw.lane
Class LaneStructureLocatable
- java.lang.Object
- 
- org.opentrafficsim.draw.lane.LaneStructureLocatable
 
- 
- All Implemented Interfaces:
- Locatable
 
 public class LaneStructureLocatable extends Object implements Locatable LaneStructureLocatable.java.
 
 Copyright (c) 2003-2022 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.- Author:
- Alexander Verbraeck
 
- 
- 
Constructor SummaryConstructors Constructor Description LaneStructureLocatable(RollingLaneStructure rollingLaneStructure, org.opentrafficsim.core.gtu.GTU gtu)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opentrafficsim.core.geometry.BoundsgetBounds()org.opentrafficsim.core.gtu.GTUgetGtu()org.opentrafficsim.core.geometry.DirectedPointgetLocation()RollingLaneStructuregetRollingLaneStructure()
 
- 
- 
- 
Constructor Detail- 
LaneStructureLocatablepublic LaneStructureLocatable(RollingLaneStructure rollingLaneStructure, org.opentrafficsim.core.gtu.GTU gtu) - Parameters:
- rollingLaneStructure- RollingLaneStructure; the rolling lane structure
- gtu- GTU; the gtu
 
 
- 
 - 
Method Detail- 
getLocationpublic org.opentrafficsim.core.geometry.DirectedPoint getLocation() - Specified by:
- getLocationin interface- Locatable
 
 - 
getBoundspublic org.opentrafficsim.core.geometry.Bounds getBounds() throws RemoteException- Specified by:
- getBoundsin interface- Locatable
- Throws:
- RemoteException
 
 - 
getRollingLaneStructurepublic final RollingLaneStructure getRollingLaneStructure() - Returns:
- rollingLaneStructure
 
 - 
getGtupublic final org.opentrafficsim.core.gtu.GTU getGtu() - Returns:
- gtu
 
 
- 
 
-