T_Junction_Boundary_Segment_Lane

A segment element with @type="lane" goes along @boundaryLane for the given s range. It is the outmost edge of the lane relative to the center of the junction.

Java class for t_junction_boundary_segment_lane complex type

.

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


<complexType name="t_junction_boundary_segment_lane">
  <complexContent>
    <extension base="{}t_junction_boundary_segment">
      <sequence>
      </sequence>
      <attribute name="boundaryLane" type="{http://www.w3.org/2001/XMLSchema}int" />
      <attribute name="sEnd" type="{}t_grEqZeroOrContactPoint" />
      <attribute name="sStart" type="{}t_grEqZeroOrContactPoint" />
      <attribute name="type" type="{}e_junction_segment_type" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ID of the lane of which the outer edge is the segment
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 getSEnd(): String
End of the segment (s-coordinate, begin, end)
Link copied to clipboard
open fun getSStart(): String
Start of the segment (s-coordinate, begin, end)
Link copied to clipboard
Type of the segment
Link copied to clipboard
open fun setBoundaryLane(value: Integer)
Sets the value of the boundaryLane 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: String)
Sets the value of the sEnd property.
Link copied to clipboard
open fun setSStart(value: String)
Sets the value of the sStart property.
Link copied to clipboard
Sets the value of the type property.