toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-readerwriter
/
io.rtron.readerwriter.opendrive.reader.mapper.common
/
OpendriveCommonMapper
Opendrive
Common
Mapper
abstract
class
OpendriveCommonMapper
Members
Constructors
Opendrive
Common
Mapper
Link copied to clipboard
constructor
(
)
Functions
map
Country
Code
String
Link copied to clipboard
abstract
fun
mapCountryCodeString
(
source
:
String
)
:
ECountryCode
?
map
Country
Code
String
To
Option
Link copied to clipboard
fun
mapCountryCodeStringToOption
(
source
:
String
?
)
:
Option
<
ECountryCode
>
map
Nullable
To
Option
Link copied to clipboard
fun
<
T
>
mapNullableToOption
(
source
:
T
?
)
:
Option
<
T
>
map
Orientation
String
Link copied to clipboard
fun
mapOrientationString
(
source
:
String
)
:
EOrientation
map
Orientation
String
To
Option
Link copied to clipboard
fun
mapOrientationStringToOption
(
source
:
String
?
)
:
Option
<
EOrientation
>