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>

Constructors

constructor()

Functions

Link copied to clipboard
Gets the value of the color property.
Link copied to clipboard
Gets the value of the explicit property.
Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
open fun getHeight(): Double
Gets the value of the height property.
Link copied to clipboard
Gets the value of the laneChange property.
Link copied to clipboard
open fun getMaterial(): String
Gets the value of the material property.
Link copied to clipboard
open fun getSOffset(): Double
Gets the value of the sOffset property.
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
Gets the value of the typeAttribute property.
Link copied to clipboard
Gets the value of the weight property.
Link copied to clipboard
open fun getWidth(): Double
Gets the value of the width property.
Link copied to clipboard
open fun setColor(value: E_RoadMarkColor)
Sets the value of the color property.
Link copied to clipboard
Sets the value of the explicit property.
Link copied to clipboard
open fun setHeight(value: Double)
Sets the value of the height property.
Link copied to clipboard
Sets the value of the laneChange property.
Link copied to clipboard
open fun setMaterial(value: String)
Sets the value of the material property.
Link copied to clipboard
open fun setSOffset(value: Double)
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
open fun setWeight(value: E_RoadMarkWeight)
Sets the value of the weight property.
Link copied to clipboard
open fun setWidth(value: Double)
Sets the value of the width property.