T_Junction_ElevationGrid

An elevation grid is a coarse square grid with z-values at evenly spaced points. Elevation grids do not replace OpenCRG.

Java class for t_junction_elevationGrid complex type

.

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


<complexType name="t_junction_elevationGrid">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="elevation" type="{}t_junction_elevationGrid_elevation" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="gridSpacing" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="sStart" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the elevation property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the gridSpacing property.
Link copied to clipboard
open fun getSStart(): String
Gets the value of the sStart property.
Link copied to clipboard
open fun setGridSpacing(value: String)
Sets the value of the gridSpacing property.
Link copied to clipboard
open fun setSStart(value: String)
Sets the value of the sStart property.