T_Road_Link
Follows the road header if the road is linked to a successor, a predecessor, or a neighbor. Isolated roads may omit this element.
Java class for t_road_link complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_link">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="predecessor" type="{}t_road_link_predecessorSuccessor" minOccurs="0"/>
<element name="successor" type="{}t_road_link_predecessorSuccessor" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the predecessor property.
Link copied to clipboard
Gets the value of the successor property.
Link copied to clipboard
Sets the value of the predecessor property.
Link copied to clipboard
Sets the value of the successor property.