T_Junction_Connection_Virtual_Default

Provides information about a single connection within a virtual junction.

Java class for t_junction_connection_virtual_default complex type

.

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


<complexType name="t_junction_connection_virtual_default">
  <complexContent>
    <extension base="{}t_junction_connection">
      <sequence>
      </sequence>
      <attribute name="connectingRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="type" type="{}e_connection_type" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the connectingRoad property.
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
Type of the connection.
Link copied to clipboard
open fun setConnectingRoad(value: String)
Sets the value of the connectingRoad 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.
Link copied to clipboard
open fun setType(value: E_Connection_Type)
Sets the value of the type property.