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.


<complexType name="t_junction_crossPath_laneLink">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}integer" />
      <attribute name="s" type="{}t_grEqZero" />
      <attribute name="to" 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
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.