public class LaneStructureLocatable extends Object implements Locatable
Constructor and Description |
---|
LaneStructureLocatable(RollingLaneStructure rollingLaneStructure,
GTU gtu) |
Modifier and Type | Method and Description |
---|---|
javax.media.j3d.Bounds |
getBounds() |
GTU |
getGtu() |
DirectedPoint |
getLocation() |
RollingLaneStructure |
getRollingLaneStructure() |
public LaneStructureLocatable(RollingLaneStructure rollingLaneStructure, GTU gtu)
rollingLaneStructure
- RollingLaneStructure; the rolling lane structuregtu
- GTU; the gtupublic DirectedPoint getLocation() throws RemoteException
getLocation
in interface Locatable
RemoteException
public javax.media.j3d.Bounds getBounds() throws RemoteException
getBounds
in interface Locatable
RemoteException
public final RollingLaneStructure getRollingLaneStructure()
public final GTU getGtu()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.