LaneIdentifier
data class LaneIdentifier(val laneId: Int, val laneSectionIdentifier: LaneSectionIdentifier) : AbstractRoadspacesIdentifier, LaneSectionIdentifierInterface
Identifier of a lane containing essential meta information.
Parameters
laneId
id of the lane
laneSectionIdentifier
identifier of the lane section
Constructors
Types
Functions
Link copied to clipboard
Returns the LaneIdentifier of the lane which is located adjacently inner (towards the reference line) to the lane of this identifier.
Link copied to clipboard
Returns the identifier for the adjacent lane to the left.
Link copied to clipboard
Returns the LaneIdentifier of the lane which is located adjacently outer (in the opposite direction of the reference line) to the lane of this identifier.
Link copied to clipboard
Returns the identifier for the adjacent lane to the right.
Link copied to clipboard
Returns true, if the other lane is located laterally adjacent (same lane section) to this lane.
Link copied to clipboard
Returns true, if the other lane is located within the same roadspace as the lane with this identifier.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard