T_Junction_CrossPath

Cross paths are intended for pedestrian crossings and are junctions elements where traffic of a lane can cross other lanes and continue on a different lane of the same or a different road. The cross path itself is a separate road.

Java class for t_junction_crossPath complex type

.

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


<complexType name="t_junction_crossPath">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="startLaneLink" type="{}t_junction_crossPath_laneLink"/>
        <element name="endLaneLink" type="{}t_junction_crossPath_laneLink"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="crossingRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="roadAtEnd" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="roadAtStart" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ID of road defining the cross path.
Link copied to clipboard
Gets the value of the endLaneLink property.
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 getRoadAtEnd(): String
ID of road at end point of the crossing road
Link copied to clipboard
ID of road at start point of the crossing road
Link copied to clipboard
Gets the value of the startLaneLink property.
Link copied to clipboard
open fun setCrossingRoad(value: String)
Sets the value of the crossingRoad property.
Link copied to clipboard
Sets the value of the endLaneLink property.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setRoadAtEnd(value: String)
Sets the value of the roadAtEnd property.
Link copied to clipboard
open fun setRoadAtStart(value: String)
Sets the value of the roadAtStart property.
Link copied to clipboard
Sets the value of the startLaneLink property.