LongitudinalLaneRangeIdentifier
data class LongitudinalLaneRangeIdentifier(val fromLaneId: LaneIdentifier, val toLaneId: LaneIdentifier) : AbstractRoadspacesIdentifier
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
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
Link copied to clipboard
Link copied to clipboard