T_Junction

abstract class T_Junction : _OpenDriveElement

Junctions model intersections between roads.

Java class for t_junction complex type

.

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


<complexType name="t_junction">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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 getName(): String
Name of the junction.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.