LateralLaneRangeIdentifier
data class LateralLaneRangeIdentifier(val laneIdRange: Range<Int>, val laneSectionIdentifier: LaneSectionIdentifier) : AbstractRoadspacesIdentifier, LaneSectionIdentifierInterface
Identifier of a range of lanes in lateral direction (within a lane section).
Parameters
laneIdRange
range of lane ids which must have a lower and upper bound
laneSectionIdentifier
identifier of the lane section
Properties
Functions
Link copied to clipboard
Returns true, if the laneIdentifier is contained in this range.
Link copied to clipboard
Returns all lane identifiers contained in this range.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard