T_Road_Objects_Object_Repeat
To avoid lengthy XML code, objects of the same type may be repeated. The attributes of the repeated object may be changed. Attributes of the repeated object shall overrule the attributes from the original object. If attributes are omitted in the repeated objects, the attributes from the original object apply.
Java class for t_road_objects_object_repeat complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_objects_object_repeat">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
</sequence>
<attribute name="s" use="required" type="{}t_grEqZero" />
<attribute name="length" use="required" type="{}t_grEqZero" />
<attribute name="distance" use="required" type="{}t_grEqZero" />
<attribute name="tStart" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="tEnd" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heightStart" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heightEnd" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffsetStart" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffsetEnd" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="widthStart" type="{}t_grEqZero" />
<attribute name="widthEnd" type="{}t_grEqZero" />
<attribute name="lengthStart" type="{}t_grEqZero" />
<attribute name="lengthEnd" type="{}t_grEqZero" />
<attribute name="radiusStart" type="{}t_grEqZero" />
<attribute name="radiusEnd" type="{}t_grEqZero" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Distance between two instances of the object; If this value is zero, then the object is treated like a continuous feature, for example, a guard rail, a wall, etc.
Link copied to clipboard
Height of the object at @s + @length
Link copied to clipboard
Height of the object at @s
Link copied to clipboard
Length of the object at @s + @length
Link copied to clipboard
Length of the object at @sh
Link copied to clipboard
Radius of the object at @s + @length
Link copied to clipboard
Radius of the object at @s
Link copied to clipboard
Width of the object at @s + @length
Link copied to clipboard
Width of the object at @s
Link copied to clipboard
z-offset of the object at @s + @length, relative to the elevation of the reference line
Link copied to clipboard
z-offset of the object at @s, relative to the elevation of the reference line
Link copied to clipboard
Sets the value of the distance property.
Link copied to clipboard
Sets the value of the heightEnd property.
Link copied to clipboard
Sets the value of the heightStart property.
Link copied to clipboard
Sets the value of the lengthEnd property.
Link copied to clipboard
Sets the value of the lengthStart property.
Link copied to clipboard
Sets the value of the radiusEnd property.
Link copied to clipboard
Sets the value of the radiusStart property.
Link copied to clipboard
Sets the value of the widthEnd property.
Link copied to clipboard
Sets the value of the widthStart property.
Link copied to clipboard
Sets the value of the zOffsetEnd property.
Link copied to clipboard
Sets the value of the zOffsetStart property.