T_Junction_Boundary_Segment

Segments run counter clockwise around the junction and form a closed junction boundary.

Java class for t_junction_boundary_segment complex type

.

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


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

Inheritors

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 getRoadId(): String
ID of the road used for the segment
Link copied to clipboard
open fun setRoadId(value: String)
Sets the value of the roadId property.