buildRoadspaceObjects

fun buildRoadspaceObjects(roadspaceId: RoadspaceIdentifier, roadObjects: RoadObjects, roadReferenceLine: Curve3D, road: Road, baseAttributes: AttributeList): ContextMessageList<List<RoadspaceObject>>

Builds up a list of RoadspaceObject.

Parameters

roadReferenceLine

road reference line required to build the geometries of the road object

baseAttributes

attributes attached to each road space object


fun buildRoadspaceObjects(id: RoadspaceIdentifier, roadSignals: RoadSignals, roadReferenceLine: Curve3D, road: Road, baseAttributes: AttributeList): ContextMessageList<List<RoadspaceObject>>