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>
      </sequence>
      <attribute name="from" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <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
Gets the value of the from property.
Link copied to clipboard
open fun getTo(): Integer
Gets the value of the to property.
Link copied to clipboard
open fun setFrom(value: Integer)
Sets the value of the from property.
Link copied to clipboard
open fun setTo(value: Integer)
Sets the value of the to property.