T_Junction_Priority

The junction priority record provides information about the priority of one road over another road that are part of this junction. It is only required if priorities cannot be derived from signs or signals in a junction or on tracks leading to a junction.

Java class for t_junction_priority complex type

.

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


<complexType name="t_junction_priority">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="high" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="low" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getHigh(): String
ID of the prioritized road
Link copied to clipboard
open fun getLow(): String
ID of the road with lower priority
Link copied to clipboard
open fun setHigh(value: String)
Sets the value of the high property.
Link copied to clipboard
open fun setLow(value: String)
Sets the value of the low property.