Uses of Record Class
org.opentrafficsim.road.network.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
Methods in org.opentrafficsim.road.network that return CrossSectionGeometryModifier and TypeMethodDescriptionstatic CrossSectionGeometryCrossSectionGeometry.of(OffsetCurve2d designLine, OffsetFlattener2d flattener, ContinuousPiecewiseLinearFunction offset, ContinuousPiecewiseLinearFunction width) Create geometry based on design line, flattener, offset and width information.Constructors in org.opentrafficsim.road.network with parameters of type CrossSectionGeometryModifierConstructorDescriptionCrossSectionElement(CrossSectionLink link, String id, CrossSectionGeometry geometry) Constructor.Lane(CrossSectionLink link, String id, CrossSectionGeometry geometry, LaneType laneType, LaneSpeedLimits laneSpeedLimits) 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.