RoadspaceObject

data class RoadspaceObject(val id: RoadspaceObjectIdentifier, val type: RoadObjectType = RoadObjectType.NONE, val geometry: AbstractGeometry3D, val attributes: AttributeList)

Represents an object within the road space.

Parameters

geometry

geometry of the road space object

attributes

attributes containing information about the road space object

Constructors

Link copied to clipboard
fun RoadspaceObject(id: RoadspaceObjectIdentifier, type: RoadObjectType = RoadObjectType.NONE, geometry: AbstractGeometry3D, attributes: AttributeList)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: Option<String>
Link copied to clipboard