Uses of Class
org.opentrafficsim.road.network.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.
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
Factories for Links, Lanes, Nodes.
-
Uses of StripeData in org.opentrafficsim.road.definitions
Fields in org.opentrafficsim.road.definitions declared as StripeDataModifier and TypeFieldDescriptionstatic final StripeDataDefaultsRoadNl.BLOCKBlock stripe ".".static final StripeDataDefaultsRoadNl.DASHEDDashed stripe ":".static final StripeDataDefaultsRoadNl.DOUBLE_DASHEDDouble dashed stripe "::".static final StripeDataDefaultsRoadNl.DOUBLE_SOLIDDouble solid stripe "||".static final StripeDataDefaultsRoadNl.LEFTLeft-permeable stripe "|:".static final StripeDataDefaultsRoadNl.RIGHTRight-permable stripe ":|".static final StripeDataDefaultsRoadNl.SOLIDSolid stripe "|". -
Uses of StripeData in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return StripeDataMethods in org.opentrafficsim.road.network with parameters of type StripeDataModifier and TypeMethodDescriptionstatic StripeLaneGeometryUtil.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 with parameters of type StripeDataModifierConstructorDescriptionStripe(String id, StripeData data, CrossSectionLink link, CrossSectionGeometry geometry) Constructor specifying geometry. -
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.