T_Junction_Connection

Provides information about a single connection within a junction.

Java class for t_junction_connection complex type

.

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


<complexType name="t_junction_connection">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="laneLink" type="{}t_junction_connection_laneLink" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="contactPoint" type="{}e_contactPoint" />
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="incomingRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Contact point on the @connectingRoad or @linkedRoad.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getId(): String
Unique ID within the junction
Link copied to clipboard
ID of the incoming road.
Link copied to clipboard
Gets the value of the laneLink property.
Link copied to clipboard
Sets the value of the contactPoint property.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setIncomingRoad(value: String)
Sets the value of the incomingRoad property.