Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class RoadspaceObject(val id: RoadspaceObjectIdentifier, val type: RoadObjectType = RoadObjectType.NONE, val pointGeometry: AbstractPoint3D, val boundingBoxGeometry: Option<AbstractGeometry3D>, val complexGeometry: Option<AbstractGeometry3D>, val laneRelations: List<LateralLaneRangeIdentifier>, val attributes: AttributeList)

Represents an object within the road space.