toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-model
/
io.rtron.model.opendrive.additions.identifier
/
LaneIdentifier
Lane
Identifier
data
class
LaneIdentifier
(
val
laneId
:
Int
,
val
laneSectionIdentifier
:
LaneSectionIdentifier
)
:
AbstractOpendriveIdentifier
,
LaneIdentifierInterface
,
RoadLaneSectionIdentifierInterface
Members
Constructors
Lane
Identifier
Link copied to clipboard
constructor
(
laneId
:
Int
,
laneSectionIdentifier
:
LaneSectionIdentifier
)
Properties
lane
Id
Link copied to clipboard
open
override
val
laneId
:
Int
lane
Section
Identifier
Link copied to clipboard
val
laneSectionIdentifier
:
LaneSectionIdentifier
lane
Section
Index
Link copied to clipboard
open
override
val
laneSectionIndex
:
Int
Functions
to
Identifier
Text
Link copied to clipboard
open
override
fun
toIdentifierText
(
)
:
String