T_Junction_CrossPath_LaneLink

Define the links between the lanes of the to the lanes of other roads.

Java class for t_junction_crossPath_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
Lane ID of either @roadAtEnd for or @roadAtStart for
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getS(): Double
s-coordinate of either start or end point in linked road.
Link copied to clipboard
open fun getTo(): Integer
Lane ID of @crossingRoad
Link copied to clipboard
open fun setFrom(value: Integer)
Sets the value of the from property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.
Link copied to clipboard
open fun setTo(value: Integer)
Sets the value of the to property.