Uses of Class
org.opentrafficsim.road.network.lane.CrossSectionSlice
Packages that use CrossSectionSlice
Package
Description
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
-
Uses of CrossSectionSlice in org.opentrafficsim.road.network.lane
Fields in org.opentrafficsim.road.network.lane with type parameters of type CrossSectionSliceModifier and TypeFieldDescriptionprotected final List<CrossSectionSlice>
CrossSectionElement.crossSectionSlices
The offsets and widths at positions along the line, relative to the design line of the parent link.Constructor parameters in org.opentrafficsim.road.network.lane with type arguments of type CrossSectionSliceModifierConstructorDescriptionCrossSectionElement
(CrossSectionLink parentLink, String id, List<CrossSectionSlice> crossSectionSlices) Construct a new CrossSectionElement.Lane
(CrossSectionLink parentLink, String id, List<CrossSectionSlice> crossSectionSlices, LaneType laneType, Map<GtuType, Speed> speedLimitMap) Construct a new Lane.Stripe
(Stripe.Type type, CrossSectionLink parentLink, List<CrossSectionSlice> crossSectionSlices) Constructor for elaborate longitudinal property changes.