T_Road_Lanes_LaneSection_Lcr_Lane_RoadMark
Defines the style of the line at the outer border of a lane. The style of the center line that separates left and right lanes is determined by the road mark element for the center lane.
Java class for t_road_lanes_laneSection_lcr_lane_roadMark complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_lanes_laneSection_lcr_lane_roadMark">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="sway" type="{}t_road_lanes_laneSection_lcr_lane_roadMark_sway" maxOccurs="unbounded" minOccurs="0"/>
<element name="type" type="{}t_road_lanes_laneSection_lcr_lane_roadMark_type" minOccurs="0"/>
<element name="explicit" type="{}t_road_lanes_laneSection_lcr_lane_roadMark_explicit" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="color" use="required" type="{}e_roadMarkColor" />
<attribute name="height" type="{}t_grZero" />
<attribute name="laneChange" type="{}e_road_lanes_laneSection_lcr_lane_roadMark_laneChange" />
<attribute name="material" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sOffset" use="required" type="{}t_grEqZero" />
<attribute name="type" use="required" type="{}e_roadMarkType" />
<attribute name="weight" type="{}e_roadMarkWeight" />
<attribute name="width" type="{}t_grEqZero" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Color of the road mark
Link copied to clipboard
Gets the value of the explicit property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Allows a lane change in the indicated direction, taking into account that lanes are numbered in ascending order from right to left.
Link copied to clipboard
Material of the road mark.
Link copied to clipboard
s-coordinate of start position of the element, relative to the position of the preceding
Link copied to clipboard
Gets the value of the sway property.
Link copied to clipboard
Gets the value of the type property.
Link copied to clipboard
Type of the road mark
Link copied to clipboard
Weight of the road mark.
Link copied to clipboard
Sets the value of the color property.
Link copied to clipboard
Sets the value of the explicit property.
Link copied to clipboard
Sets the value of the laneChange property.
Link copied to clipboard
Sets the value of the material property.
Link copied to clipboard
Sets the value of the sOffset property.
Link copied to clipboard
Sets the value of the type property.
Link copied to clipboard
Sets the value of the typeAttribute property.
Link copied to clipboard
Sets the value of the weight property.