T_Road_Signals_DisplayArea

A display area is the recommended position of the signal to be visualized in the simulation. A display area is specified in the `` element. A `

Java class for t_road_signals_displayArea complex type

.

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


<complexType name="t_road_signals_displayArea">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}int" />
      <attribute name="v" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getHeight(): String
Height of the
Link copied to clipboard
open fun getIndex(): Integer
Index of the
Link copied to clipboard
open fun getV(): Double
Local v-coordinate of the on the board
Link copied to clipboard
open fun getWidth(): String
Width of the
Link copied to clipboard
open fun getZ(): Double
Local z-coordinate of the on the board
Link copied to clipboard
open fun setHeight(value: String)
Sets the value of the height property.
Link copied to clipboard
open fun setIndex(value: Integer)
Sets the value of the index property.
Link copied to clipboard
open fun setV(value: Double)
Sets the value of the v property.
Link copied to clipboard
open fun setWidth(value: String)
Sets the value of the width property.
Link copied to clipboard
open fun setZ(value: Double)
Sets the value of the z property.