T_Road_Lanes_LaneSection_Lr_Lane

Lane elements are included in left/center/right elements. Lane elements should represent the lanes from left to right, that is, with descending ID.

Java class for t_road_lanes_laneSection_lr_lane complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="t_road_lanes_laneSection_lr_lane">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="link" type="{}t_road_lanes_laneSection_lcr_lane_link" minOccurs="0"/>
        <choice minOccurs="0">
          <element name="border" type="{}t_road_lanes_laneSection_lr_lane_border" maxOccurs="unbounded"/>
          <element name="width" type="{}t_road_lanes_laneSection_lr_lane_width" maxOccurs="unbounded"/>
        </choice>
        <element name="roadMark" type="{}t_road_lanes_laneSection_lcr_lane_roadMark" maxOccurs="unbounded" minOccurs="0"/>
        <element name="material" type="{}t_road_lanes_laneSection_lr_lane_material" maxOccurs="unbounded" minOccurs="0"/>
        <element name="speed" type="{}t_road_lanes_laneSection_lr_lane_speed" maxOccurs="unbounded" minOccurs="0"/>
        <element name="access" type="{}t_road_lanes_laneSection_lr_lane_access" maxOccurs="unbounded" minOccurs="0"/>
        <element name="height" type="{}t_road_lanes_laneSection_lr_lane_height" maxOccurs="unbounded" minOccurs="0"/>
        <element name="rule" type="{}t_road_lanes_laneSection_lr_lane_rule" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="advisory" type="{}e_laneAdvisory" />
      <attribute name="direction" type="{}e_lane_direction" />
      <attribute name="dynamicLaneDirection" type="{}t_bool" />
      <attribute name="dynamicLaneType" type="{}t_bool" />
      <attribute name="level" type="{}t_bool" />
      <attribute name="roadWorks" type="{}t_bool" />
      <attribute name="type" use="required" type="{}e_laneType" />
    </extension>
  </complexContent>
</complexType>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the access property.
Link copied to clipboard
If true, lane can be used also by a neighboring lane.
Link copied to clipboard
Gets the value of the border property.
Link copied to clipboard
If not specified, direction is determined by the combination of or
Link copied to clipboard
If true, lane direction can be changed dynamically by the scenario during the simulation.
Link copied to clipboard
If true, lane type can be changed dynamically by the scenario during the simulation.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the height property.
Link copied to clipboard
open fun getLevel(): T_Bool
"true" = keep lane on level, that is, do not apply superelevation; "false" = apply superelevation to this lane (default, also used if attribute level is missing)
Link copied to clipboard
Gets the value of the link property.
Link copied to clipboard
Gets the value of the material property.
Link copied to clipboard
Gets the value of the roadMark property.
Link copied to clipboard
open fun getRoadWorks(): T_Bool
If true, lane is under construction.
Link copied to clipboard
Gets the value of the rule property.
Link copied to clipboard
Gets the value of the speed property.
Link copied to clipboard
open fun getType(): E_LaneType
Type of the lane
Link copied to clipboard
Gets the value of the width property.
Link copied to clipboard
open fun setAdvisory(value: E_LaneAdvisory)
Sets the value of the advisory property.
Link copied to clipboard
Sets the value of the direction property.
Link copied to clipboard
Sets the value of the dynamicLaneDirection property.
Link copied to clipboard
open fun setDynamicLaneType(value: T_Bool)
Sets the value of the dynamicLaneType property.
Link copied to clipboard
open fun setLevel(value: T_Bool)
Sets the value of the level property.
Link copied to clipboard
Sets the value of the link property.
Link copied to clipboard
open fun setRoadWorks(value: T_Bool)
Sets the value of the roadWorks property.
Link copied to clipboard
open fun setType(value: E_LaneType)
Sets the value of the type property.