Uses of Record Class
org.opentrafficsim.road.network.lane.CrossSectionGeometry
Packages that use CrossSectionGeometry
Package
Description
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
-
Uses of CrossSectionGeometry in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane that return CrossSectionGeometryModifier and TypeMethodDescriptionstatic CrossSectionGeometry
CrossSectionGeometry.of
(ContinuousLine designLine, Flattener flattener, ContinuousLine.ContinuousDoubleFunction offset, ContinuousLine.ContinuousDoubleFunction width) Create geometry based on design line, flattener, offset and width information.Constructors in org.opentrafficsim.road.network.lane with parameters of type CrossSectionGeometryModifierConstructorDescriptionCrossSectionElement
(CrossSectionLink link, String id, CrossSectionGeometry geometry) Constructor.Lane
(CrossSectionLink link, String id, CrossSectionGeometry geometry, LaneType laneType, Map<GtuType, org.djunits.value.vdouble.scalar.Speed> speedLimitMap) Constructor specifying geometry.Shoulder
(CrossSectionLink link, String id, CrossSectionGeometry geometry, LaneType laneType) Constructor specifying geometry.Stripe
(String id, StripeData data, CrossSectionLink link, CrossSectionGeometry geometry) Constructor specifying geometry.