class RoadObjectsObjectReference: OpendriveElement
Fields
Name | Description |
---|---|
var validity: List<RoadObjectsObjectLaneValidity>
|
|
var id: String
|
|
var orientation: EOrientation
|
|
var s: Double
|
|
var t: Double
|
|
var validLength: Option
|
|
var zOffset: Option
|
Constructors
<init>
constructor(validity: List<RoadObjectsObjectLaneValidity>, id: String, orientation: EOrientation, s: Double, t: Double, validLength: Option
Parameters
Name | Description |
---|---|
validity: List<RoadObjectsObjectLaneValidity>
|
|
id: String
|
|
orientation: EOrientation
|
|
s: Double
|
|
t: Double
|
|
validLength: Option
|
|
zOffset: Option
|