Package-level declarations

Types

Link copied to clipboard
sealed interface RoadObjectSubType

Represents a subtype of a road object, providing additional classification and context.

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

Represents an object within the road space.