T_Road_Lanes_LaneSection_Lr_Lane_Material
Stores information about the material of lanes. Each element is valid until a new element is defined. If multiple elements are defined, they must be listed in increasing order.
Java class for t_road_lanes_laneSection_lr_lane_material complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_lanes_laneSection_lr_lane_material">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
</sequence>
<attribute name="sOffset" use="required" type="{}t_grEqZero" />
<attribute name="surface" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="friction" use="required" type="{}t_grEqZero" />
<attribute name="roughness" type="{}t_grEqZero" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Friction coefficient
Link copied to clipboard
Roughness, for example, for sound and motion systems
Link copied to clipboard
s-coordinate of start position, relative to the position of the preceding element
Link copied to clipboard
Surface material code, depending on application
Link copied to clipboard
Sets the value of the friction property.
Link copied to clipboard
Sets the value of the roughness property.
Link copied to clipboard
Sets the value of the sOffset property.
Link copied to clipboard
Sets the value of the surface property.