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