RoadLateralProfile

data class RoadLateralProfile(    var superelevation: List<RoadLateralProfileSuperelevation> = emptyList(),     var shape: List<RoadLateralProfileShape> = emptyList()) : OpendriveElement

Constructors

Link copied to clipboard
constructor(    superelevation: List<RoadLateralProfileSuperelevation> = emptyList(),     shape: List<RoadLateralProfileShape> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun containsShapeProfile(): <Error class: unknown class>
Link copied to clipboard
fun containsSuperelevationProfile(): <Error class: unknown class>
Link copied to clipboard
fun getShapeEntries(): Option<NonEmptyList<RoadLateralProfileShape>>
Link copied to clipboard