T_Junction_Boundary_Segment_Joint

A segment element with @type="joint" is perpendicular to the start or end of the given road.

Java class for t_junction_boundary_segment_joint complex type

.

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


<complexType name="t_junction_boundary_segment_joint">
  <complexContent>
    <extension base="{}t_junction_boundary_segment">
      <sequence>
      </sequence>
      <attribute name="contactPoint" type="{}t_grEqZeroOrContactPoint" />
      <attribute name="jointLaneEnd" type="{http://www.w3.org/2001/XMLSchema}int" />
      <attribute name="jointLaneStart" type="{http://www.w3.org/2001/XMLSchema}int" />
      <attribute name="transitionLength" type="{}t_grEqZero" />
      <attribute name="type" type="{}e_junction_segment_type" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Contact point on the road
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
ID of the lane crossed by the segment.
Link copied to clipboard
ID of the lane crossed by the segment.
Link copied to clipboard
open fun getRoadId(): String
ID of the road used for the segment
Link copied to clipboard
Length of the transition area where local height is interpolated between road data and the in order to ensure a smooth transition.
Link copied to clipboard
Type of the segment
Link copied to clipboard
open fun setContactPoint(value: String)
Sets the value of the contactPoint property.
Link copied to clipboard
open fun setJointLaneEnd(value: Integer)
Sets the value of the jointLaneEnd property.
Link copied to clipboard
open fun setJointLaneStart(value: Integer)
Sets the value of the jointLaneStart property.
Link copied to clipboard
open fun setRoadId(value: String)
Sets the value of the roadId property.
Link copied to clipboard
open fun setTransitionLength(value: Double)
Sets the value of the transitionLength property.
Link copied to clipboard
Sets the value of the type property.