T_Junction_Connection
Provides information about a single connection within a junction.
Java class for t_junction_connection complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_junction_connection">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="predecessor" type="{}t_junction_predecessorSuccessor" minOccurs="0"/>
<element name="successor" type="{}t_junction_predecessorSuccessor" minOccurs="0"/>
<element name="laneLink" type="{}t_junction_connection_laneLink" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{}e_junction_type" />
<attribute name="incomingRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectingRoad" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contactPoint" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
ID of the connecting road
Link copied to clipboard
Contact point on the connecting road.
Link copied to clipboard
ID of the incoming road
Link copied to clipboard
Gets the value of the laneLink property.
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
Type of the connection, regular connections are type “default” mandatory attribute for virtual connections
Link copied to clipboard
Sets the value of the connectingRoad property.
Link copied to clipboard
Sets the value of the contactPoint property.
Link copied to clipboard
Sets the value of the incomingRoad property.
Link copied to clipboard
Sets the value of the predecessor property.
Link copied to clipboard
Sets the value of the successor property.
Link copied to clipboard
Sets the value of the type property.