Roadspace
data class Roadspace(val id: RoadspaceIdentifier, val name: String, val referenceLine: Curve3D, val road: Road, val roadspaceObjects: List<RoadspaceObject> = emptyList(), val attributes: AttributeList = AttributeList())
A Roadspace is defined along a referenceLine and contains the roadspaceObjects belonging to the road space.
Constructors
Link copied to clipboard
constructor(id: RoadspaceIdentifier, name: String, referenceLine: Curve3D, road: Road, roadspaceObjects: List<RoadspaceObject> = emptyList(), attributes: AttributeList = AttributeList())