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 `` element is defined in the local coordinate system of the `` element. The @index attribute can be used in ASAM OpenSCENARIO to reference the display area. In ASAM OpenSCENARIO a different local display area position may be specified.

Java class for t_road_signals_displayArea complex type

.

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

{@code  }

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.