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.

{@code  }

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getFrom(): Integer
ID of the incoming lane
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 setTo(value: Integer)
Sets the value of the to property.