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
Unique ID of the element (track) that accompanies the platform
Link copied to clipboard
open fun getSEnd(): Double
Maximum s-coordiante on element that has an adjacent platform
Link copied to clipboard
Side of track on which the platform is situated when going from sStart to sEnd.
Link copied to clipboard
open fun getSStart(): Double
Minimum s-coordinate on element that has an adjacent platform
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.