Uses of Class
org.opentrafficsim.road.network.lane.StripeData
Packages that use StripeData
Package
Description
The RoadDefinitions package contains interfaces that give access to the core definitions that can be used to interpret the
RoadNetwork and the RoadPerceivableContext.
Factories for Links, Lanes, Nodes.
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
-
Uses of StripeData in org.opentrafficsim.road.definitions
Fields in org.opentrafficsim.road.definitions declared as StripeDataModifier and TypeFieldDescriptionstatic final StripeData
DefaultsRoadNl.BLOCK
Block stripe.static final StripeData
DefaultsRoadNl.DASHED
Dashed stripe.static final StripeData
DefaultsRoadNl.DOUBLE_DASHED
Double dashed stripe.static final StripeData
DefaultsRoadNl.DOUBLE_SOLID
Double solid stripe.static final StripeData
DefaultsRoadNl.LEFT
Left-permeable stripe.static final StripeData
DefaultsRoadNl.RIGHT
Right-permable stripe.static final StripeData
DefaultsRoadNl.SOLID
Solid stripe. -
Uses of StripeData in org.opentrafficsim.road.network.factory
Methods in org.opentrafficsim.road.network.factory with parameters of type StripeDataModifier 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.LaneFactory.addLanes
(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 StripeData in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane with parameters of type StripeDataModifier 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.Constructors in org.opentrafficsim.road.network.lane with parameters of type StripeDataModifierConstructorDescriptionStripe
(String id, StripeData data, CrossSectionLink link, CrossSectionGeometry geometry) Constructor specifying geometry.