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 maxOccurs="unbounded">
          <element name="border" type="{}t_road_lanes_laneSection_lr_lane_border" maxOccurs="unbounded" minOccurs="0"/>
          <element name="width" type="{}t_road_lanes_laneSection_lr_lane_width" maxOccurs="unbounded" minOccurs="0"/>
        </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="type" use="required" type="{}e_laneType" />
      <attribute name="level" type="{}t_bool" />
    </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
Gets the value of the borderOrWidth property.
Link copied to clipboard
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
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
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 setType(value: E_LaneType)
Sets the value of the type property.