Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard
data class RoadspaceContactPointIdentifier(    val roadspaceContactPoint: ContactPoint,     val roadspaceIdentifier: RoadspaceIdentifier) : RoadspaceIdentifierInterface

Identifier of a lane section containing essential meta information.