Uses of Class
org.opentrafficsim.road.network.lane.CrossSectionElement
Package
Description
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
-
Uses of CrossSectionElement in org.opentrafficsim.road.network.lane
Modifier and TypeClassDescriptionclass
The Lane is the CrossSectionElement of a CrossSectionLink on which GTUs can drive.class
This class is mostly the same as a Lane.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Modifier and TypeMethodDescriptionfinal CrossSectionElement
CrossSectionLink.getCrossSectionElement
(String id) Find a cross section element with a specified id.final CrossSectionElement
RoadMarkerAcross.getCrossSectionElement()
Modifier and TypeMethodDescriptionfinal List<CrossSectionElement>
CrossSectionLink.getCrossSectionElementList()
Retrieve a safe copy of the cross section element list.Modifier and TypeMethodDescriptionprotected final void
CrossSectionLink.addCrossSectionElement
(CrossSectionElement cse) Add a cross section element at the end of the list.ModifierConstructorDescriptionRoadMarkerAcross
(CrossSectionElement crossSectionElement, org.djunits.value.vdouble.scalar.Length longitudinalPosition)