T_Road_Type_Speed

Defines the default maximum speed allowed in conjunction with the specified road type.

Java class for t_road_type_speed 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 getMax(): String
Maximum allowed speed.
Link copied to clipboard
open fun getUnit(): E_UnitSpeed
Unit of the attribute max.
Link copied to clipboard
open fun setMax(value: String)
Sets the value of the max property.
Link copied to clipboard
open fun setUnit(value: E_UnitSpeed)
Sets the value of the unit property.