Uses of Class
org.opentrafficsim.road.network.lane.Stripe
Package
Description
Factories for Links, Lanes, Nodes.
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
-
Uses of Stripe in org.opentrafficsim.road.network.factory
Modifier and TypeMethodDescriptionLaneFactory.addLanes
(List<? super Stripe> stripeList, Stripe.Type... types) Adds a lane pair for each stripe type, where the type determines the right-hand side stripe when building from left to right and vice versa. -
Uses of Stripe in org.opentrafficsim.road.network.lane
Modifier and TypeMethodDescriptionstatic Stripe
LaneGeometryUtil.createStraightStripe
(Stripe.Type type, CrossSectionLink link, org.djunits.value.vdouble.scalar.Length offset, org.djunits.value.vdouble.scalar.Length width) Creates a simple straight lane.