T_Junction_RoadSection

Define the s range of the crossing roads with possible crossing traffic.

Java class for t_junction_roadSection complex type

.

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


<complexType name="t_junction_roadSection">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="roadId" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="sEnd" type="{}t_grEqZero" />
      <attribute name="sStart" type="{}t_grEqZero" />
    </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 getId(): String
Unique ID within the junction
Link copied to clipboard
open fun getRoadId(): String
ID of the road of this roadSection element
Link copied to clipboard
open fun getSEnd(): Double
End position of the crossing junction in the road reference line coordinate system.
Link copied to clipboard
open fun getSStart(): Double
Start position of the crossing junction in the road reference line coordinate system.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setRoadId(value: String)
Sets the value of the roadId 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.