T_Road_Railroad_Switch_SideTrack

Side tracks connect two switches that are placed on main tracks.

Java class for t_road_railroad_switch_sideTrack 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
open fun getDir(): String
direction, relative to the s-direction, on the side track for after entering it via the switch
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getId(): String
Unique ID of the side track, that is, the element
Link copied to clipboard
open fun getS(): Double
s-coordinate of the switch on the side track
Link copied to clipboard
open fun setDir(value: String)
Sets the value of the dir property.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.