Uses of Class
org.opentrafficsim.road.network.lane.Stripe
Packages that use 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
Method parameters in org.opentrafficsim.road.network.factory with type arguments of type StripeModifier and TypeMethodDescriptionLaneFactory.addLanes
(List<? super Stripe> stripeList, StripeData... 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
Methods in org.opentrafficsim.road.network.lane that return StripeModifier and TypeMethodDescriptionstatic Stripe
LaneGeometryUtil.createStraightStripe
(StripeData type, String id, CrossSectionLink link, org.djunits.value.vdouble.scalar.Length offset, org.djunits.value.vdouble.scalar.Length width) Creates a simple straight lane.