T_Road_Lanes_LaneSection

Lanes may be split into multiple lane sections. Each lane section contains a fixed number of lanes. Every time the number of lanes changes, a new lane section is required. The distance between two succeeding lane sections shall not be zero.

Java class for t_road_lanes_laneSection complex type.

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


<complexType name="t_road_lanes_laneSection">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="left" type="{}t_road_lanes_laneSection_left" minOccurs="0"/>
        <element name="center" type="{}t_road_lanes_laneSection_center"/>
        <element name="right" type="{}t_road_lanes_laneSection_right" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="s" use="required" type="{}t_grEqZero" />
      <attribute name="singleSide" type="{}t_bool" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the center property.
Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
Gets the value of the left property.
Link copied to clipboard
Gets the value of the right property.
Link copied to clipboard
open fun getS(): Double
Gets the value of the s property.
Link copied to clipboard
open fun getSingleSide(): T_Bool
Gets the value of the singleSide property.
Link copied to clipboard
Sets the value of the center property.
Link copied to clipboard
Sets the value of the left property.
Link copied to clipboard
Sets the value of the right property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.
Link copied to clipboard
open fun setSingleSide(value: T_Bool)
Sets the value of the singleSide property.