LongitudinalLaneRangeIdentifier

Identifier of a range of lanes in longitudinal direction (between lane sections or different roads).

Parameters

fromLaneId

range of lane ids which must have a lower and upper bound

toLaneId

identifier of the lane section

Constructors

Link copied to clipboard
constructor(fromLaneId: LaneIdentifier, toLaneId: LaneIdentifier)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns true, if the fromLaneId lane is located within the same roadspace as the lane with this identifier.

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>