T_Junction_Crossing
Crossings are junctions without connecting roads. They define sections where crossing traffic can appear. Traffic does not change roads at crossings, for example, at railway crossings.
Java class for t_junction_crossing complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_junction_crossing">
<complexContent>
<extension base="{}t_junction">
<sequence>
<element name="roadSection" type="{}t_junction_roadSection" maxOccurs="unbounded"/>
<element name="priority" type="{}t_junction_priority" maxOccurs="unbounded" minOccurs="0"/>
<element name="controller" type="{}t_junction_controller" maxOccurs="unbounded" minOccurs="0"/>
<element name="surface" type="{}t_road_surface" minOccurs="0"/>
<element name="planView" type="{}t_road_planView" minOccurs="0"/>
<element name="objects" type="{}t_road_objects" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" type="{}e_junction_type" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the controller property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the objects property.
Link copied to clipboard
Gets the value of the planView property.
Link copied to clipboard
Gets the value of the priority property.
Link copied to clipboard
Gets the value of the roadSection property.
Link copied to clipboard
Gets the value of the surface property.
Link copied to clipboard
Common junctions are of type "default".
Link copied to clipboard
Sets the value of the objects property.
Link copied to clipboard
Sets the value of the planView property.
Link copied to clipboard
Sets the value of the surface property.
Link copied to clipboard
Sets the value of the type property.