T_Junction_Connection_LaneLink

Provides information about the lanes that are linked between an incoming road and a connecting road. It is strongly recommended to provide this element. It is deprecated to omit the element.

Java class for t_junction_connection_laneLink complex type

.

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


<complexType name="t_junction_connection_laneLink">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="from" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="overlapZone" type="{}t_grZero" />
      <attribute name="to" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getFrom(): Integer
ID of the incoming lane
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Specifies the length of the area where traffic from both overlapping lanes shares the space.
Link copied to clipboard
open fun getTo(): Integer
ID of the connection lane
Link copied to clipboard
open fun setFrom(value: Integer)
Sets the value of the from property.
Link copied to clipboard
open fun setOverlapZone(value: Double)
Sets the value of the overlapZone property.
Link copied to clipboard
open fun setTo(value: Integer)
Sets the value of the to property.