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 LocatableRemoteExceptionpublic javax.media.j3d.Bounds getBounds()
                                 throws RemoteException
getBounds in interface LocatableRemoteExceptionpublic final RollingLaneStructure getRollingLaneStructure()
public final GTU getGtu()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.