LaneSectionIdentifier

Identifier of a lane section containing essential meta information.

Parameters

laneSectionId

identifier of the lane section, whereby the first lane section is referenced with 0

roadspaceIdentifier

identifier of the road space

Constructors

Link copied to clipboard
constructor(laneSectionId: Int, roadspaceIdentifier: RoadspaceIdentifier)

Properties

Link copied to clipboard
open override val laneSectionId: Int
Link copied to clipboard
open override val roadspaceId: String

Functions

Link copied to clipboard

Returns the identifier for the next lane section.

Link copied to clipboard

Returns the identifier for the previous lane section.

Link copied to clipboard
open override fun toAttributes(prefix: String): AttributeList
Link copied to clipboard
open override fun toIdentifierText(): String
Link copied to clipboard
open override fun toStringMap(): Map<String, String>