public interface LaneObjectInterface
extends org.opentrafficsim.core.object.ObjectInterface
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
Set<CrossSectionElement> |
getCrossSectionElements()
Provide the cross section elements to which this lane object is related.
|
double |
getFractionalPosition()
Provide the fractional longitudinal position on the design line of the link to which this lane object is related.
|
org.djunits.value.vdouble.scalar.Length.Rel |
getlateralPosition()
Provide the lateral position relative to the center line of the cross section element to which this lane object is
related.
|
org.djunits.value.vdouble.scalar.Length.Rel |
getPosition()
Provide the longitudinal position on the center line of the cross section element to which this lane object is related.
|
Set<CrossSectionElement> getCrossSectionElements()
double getFractionalPosition()
org.djunits.value.vdouble.scalar.Length.Rel getPosition()
org.djunits.value.vdouble.scalar.Length.Rel getlateralPosition()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.