T_Junction_Virtual

Virtual junctions manage connections within an uninterrupted road, for example, entries and exits to parking lots, and pedestrian crossings.

Java class for t_junction_virtual complex type

.

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


<complexType name="t_junction_virtual">
  <complexContent>
    <extension base="{}t_junction">
      <sequence>
        <element name="connection" type="{}t_junction_connection" maxOccurs="unbounded" minOccurs="0"/>
        <element name="crossPath" type="{}t_junction_crossPath" maxOccurs="unbounded" minOccurs="0"/>
        <element name="priority" type="{}t_junction_priority" maxOccurs="unbounded" minOccurs="0"/>
        <element name="controller" type="{}t_junction_controller" maxOccurs="unbounded" minOccurs="0"/>
        <element name="surface" type="{}t_road_surface" minOccurs="0"/>
        <element name="planView" type="{}t_road_planView" minOccurs="0"/>
        <element name="objects" type="{}t_road_objects" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="mainRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="orientation" type="{}e_orientation" />
      <attribute name="sEnd" type="{}t_grEqZero" />
      <attribute name="sStart" type="{}t_grEqZero" />
      <attribute name="type" type="{}e_junction_type" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the connection property.
Link copied to clipboard
Gets the value of the controller property.
Link copied to clipboard
Gets the value of the crossPath property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getId(): String
ID of the junction to which the road belongs, for example connecting roads, cross paths, and roads of a junction boundary.
Link copied to clipboard
open fun getMainRoad(): String
The main road from which the connecting roads of the virtual junction branch off.
Link copied to clipboard
open fun getName(): String
Name of the junction.
Link copied to clipboard
Gets the value of the objects property.
Link copied to clipboard
Defines the relevance of the virtual junction according to the driving direction.
Link copied to clipboard
Gets the value of the planView property.
Link copied to clipboard
Gets the value of the priority property.
Link copied to clipboard
open fun getSEnd(): Double
End position of the virtual junction in the reference line coordinate system.
Link copied to clipboard
open fun getSStart(): Double
Start position of the virtual junction in the reference line coordinate system.
Link copied to clipboard
Gets the value of the surface property.
Link copied to clipboard
Common junctions are of type "default".
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setMainRoad(value: String)
Sets the value of the mainRoad property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setObjects(value: T_Road_Objects)
Sets the value of the objects property.
Link copied to clipboard
open fun setOrientation(value: String)
Sets the value of the orientation property.
Link copied to clipboard
open fun setPlanView(value: T_Road_PlanView)
Sets the value of the planView property.
Link copied to clipboard
open fun setSEnd(value: Double)
Sets the value of the sEnd property.
Link copied to clipboard
open fun setSStart(value: Double)
Sets the value of the sStart property.
Link copied to clipboard
open fun setSurface(value: T_Road_Surface)
Sets the value of the surface property.
Link copied to clipboard
open fun setType(value: E_Junction_Type)
Sets the value of the type property.