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
Represents a shoulder.class
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.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.static OtsShape
CrossSectionElement.constructContour
(CrossSectionElement cse) Construct a buffer geometry by offsetting the linear geometry line with a distance and constructing a so-called "buffer" around it.Constructors in org.opentrafficsim.road.network.lane with parameters of type CrossSectionElementModifierConstructorDescriptionRoadMarkerAcross
(CrossSectionElement crossSectionElement, Length longitudinalPosition)