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.

{@code  }

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.