T_Road_Lanes_LaneSection_Lcr_Lane_Link

For links between lanes with an identical reference line, the lane predecessor and successor information provide the IDs of lanes on the preceding or following lane section. For links between lanes with different reference line, the lane predecessor and successor information provide the IDs of lanes on the first or last lane section of the other reference line depending on the contact point of the road linkage. This element may only be omitted, if lanes end at a junction or have no physical link.

Java class for t_road_lanes_laneSection_lcr_lane_link complex type.

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


<complexType name="t_road_lanes_laneSection_lcr_lane_link">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="predecessor" type="{}t_road_lanes_laneSection_lcr_lane_link_predecessorSuccessor" maxOccurs="unbounded" minOccurs="0"/>
        <element name="successor" type="{}t_road_lanes_laneSection_lcr_lane_link_predecessorSuccessor" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
Gets the value of the predecessor property.
Link copied to clipboard
Gets the value of the successor property.