T_Junction_ElevationGrid_Elevation

Defines the z-values at the regular grid points along the junction reference line.

Java class for t_junction_elevationGrid_elevation complex type

.

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


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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getCenter(): String
List of defined z-values.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getLeft(): String
List of defined z-values from inside to outside.
Link copied to clipboard
open fun getRight(): String
List of defined z-values from inside to outside.
Link copied to clipboard
open fun setCenter(value: String)
Sets the value of the center property.
Link copied to clipboard
open fun setLeft(value: String)
Sets the value of the left property.
Link copied to clipboard
open fun setRight(value: String)
Sets the value of the right property.