T_Road_Objects_Object_Markings_Marking

Specifies a marking that is either attached to one side of the object bounding box or referencing outline points.

Java class for t_road_objects_object_markings_marking complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType name="t_road_objects_object_markings_marking">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="cornerReference" type="{}t_road_objects_object_markings_marking_cornerReference" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="side" type="{}e_sideType" />
      <attribute name="weight" type="{}e_roadMarkWeight" />
      <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="color" use="required" type="{}e_roadMarkColor" />
      <attribute name="zOffset" type="{}t_grEqZero" />
      <attribute name="spaceLength" use="required" type="{}t_grEqZero" />
      <attribute name="lineLength" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="startOffset" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="stopOffset" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Color of the marking.
Link copied to clipboard
Gets the value of the cornerReference property.
Link copied to clipboard
OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getLineLength(): String
Length of the visible part
Link copied to clipboard
open fun getSide(): E_SideType
Side of the bounding box described in element in the local coordinate system u/v.
Link copied to clipboard
Length of the gap between the visible parts
Link copied to clipboard
Lateral offset in u-direction from start of bounding box side where the first marking starts
Link copied to clipboard
open fun getStopOffset(): Double
Lateral offset in u-direction from end of bounding box side where the marking ends
Link copied to clipboard
Optical "weight" of the marking.
Link copied to clipboard
open fun getWidth(): String
Width of the marking.
Link copied to clipboard
open fun getZOffset(): Double
Height of road mark above the road, i.e.
Link copied to clipboard
open fun setColor(value: E_RoadMarkColor)
Sets the value of the color property.
Link copied to clipboard
open fun setLineLength(value: String)
Sets the value of the lineLength property.
Link copied to clipboard
open fun setSide(value: E_SideType)
Sets the value of the side property.
Link copied to clipboard
open fun setSpaceLength(value: Double)
Sets the value of the spaceLength property.
Link copied to clipboard
open fun setStartOffset(value: Double)
Sets the value of the startOffset property.
Link copied to clipboard
open fun setStopOffset(value: Double)
Sets the value of the stopOffset 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: String)
Sets the value of the width property.
Link copied to clipboard
open fun setZOffset(value: Double)
Sets the value of the zOffset property.