T_Station_Platform_Segment

Each platform element is valid on one or more track segments. The element must be specified.

Java class for t_station_platform_segment complex type.

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


<complexType name="t_station_platform_segment">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
      </sequence>
      <attribute name="roadId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="sStart" use="required" type="{}t_grEqZero" />
      <attribute name="sEnd" use="required" type="{}t_grEqZero" />
      <attribute name="side" use="required" type="{}e_station_platform_segment_side" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getRoadId(): String
Gets the value of the roadId property.
Link copied to clipboard
open fun getSEnd(): Double
Gets the value of the sEnd property.
Link copied to clipboard
Gets the value of the side property.
Link copied to clipboard
open fun getSStart(): Double
Gets the value of the sStart property.
Link copied to clipboard
open fun setRoadId(value: String)
Sets the value of the roadId property.
Link copied to clipboard
open fun setSEnd(value: Double)
Sets the value of the sEnd property.
Link copied to clipboard
Sets the value of the side property.
Link copied to clipboard
open fun setSStart(value: Double)
Sets the value of the sStart property.