Uses of Class
org.opentrafficsim.road.network.lane.CrossSectionElement
Packages that use 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
Subclasses of CrossSectionElement in org.opentrafficsim.road.network.laneModifier 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
Stripe road marking.Methods in org.opentrafficsim.road.network.lane that return CrossSectionElementModifier and TypeMethodDescriptionfinal CrossSectionElement
CrossSectionLink.getCrossSectionElement
(String id) Find a cross section element with a specified id.final CrossSectionElement
RoadMarkerAcross.getCrossSectionElement()
Methods in org.opentrafficsim.road.network.lane that return types with arguments of type CrossSectionElementModifier and TypeMethodDescriptionfinal List<CrossSectionElement>
CrossSectionLink.getCrossSectionElementList()
Retrieve a safe copy of the cross section element list.Methods in org.opentrafficsim.road.network.lane with parameters of type CrossSectionElementModifier and TypeMethodDescriptionprotected final void
CrossSectionLink.addCrossSectionElement
(CrossSectionElement cse) Add a cross section element at the end of the list.Constructors in org.opentrafficsim.road.network.lane with parameters of type CrossSectionElementModifierConstructorDescriptionRoadMarkerAcross
(CrossSectionElement crossSectionElement, org.djunits.value.vdouble.scalar.Length longitudinalPosition)