T_Road_Objects_ObjectReference
An object reference refers to one identical object from multiple roads. The referenced objects require a unique ID. The element consists of a main element and an optional lane validity element.
Java class for t_road_objects_objectReference complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_objects_objectReference">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="validity" type="{}t_road_objects_object_laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orientation" use="required" type="{}e_orientation" />
<attribute name="s" use="required" type="{}t_grEqZero" />
<attribute name="t" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="validLength" type="{}t_grEqZero" />
<attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
"+" = valid in positive s-direction "-" = valid in negative s-direction "none" = valid in both directions
Link copied to clipboard
Gets the value of the validity property.
Link copied to clipboard
Validity of the object along s-axis (0.
Link copied to clipboard
z offset relative to the elevation of the road reference line
Link copied to clipboard
Sets the value of the orientation property.
Link copied to clipboard
Sets the value of the validLength property.
Link copied to clipboard
Sets the value of the zOffset property.