T_Signals_Semantics_SupplementaryDistance

This signal semantic has no meaning on its own. It specifies the distance after a sign becomes valid or the range in which the sign is valid.

Java class for t_signals_semantics_supplementaryDistance complex type

.

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


<complexType name="t_signals_semantics_supplementaryDistance">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="type" type="{}e_signals_semantics_supplementaryDistance" />
      <attribute name="unit" type="{}e_unitDistance" />
      <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" />
    </extension>
  </complexContent>
</complexType>

Constructors

constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the type property.
Link copied to clipboard
Gets the value of the unit property.
Link copied to clipboard
open fun getValue(): Double
Gets the value of the value property.
Link copied to clipboard
Sets the value of the type property.
Link copied to clipboard
open fun setUnit(value: E_UnitDistance)
Sets the value of the unit property.
Link copied to clipboard
open fun setValue(value: Double)
Sets the value of the value property.