T_Road_LateralProfile_CrossSectionSurface_Coefficients

Defines the coefficients of a cubic polynomial in s-direction. The first element shall start at the beginning of the road reference line with @s="0".

Java class for t_road_lateralProfile_crossSectionSurface_coefficients complex type

.

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


<complexType name="t_road_lateralProfile_crossSectionSurface_coefficients">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="a" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="d" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="s" type="{}t_grEqZero" />
    </extension>
  </complexContent>
</complexType>

Constructors

constructor()

Functions

Link copied to clipboard
open fun getA(): Double
Polynomial parameter a.
Link copied to clipboard
open fun getB(): Double
Polynomial parameter b.
Link copied to clipboard
open fun getC(): Double
Polynomial parameter c.
Link copied to clipboard
open fun getD(): Double
Polynomial parameter d.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getS(): Double
s-coordinate of start position
Link copied to clipboard
open fun setA(value: Double)
Sets the value of the a property.
Link copied to clipboard
open fun setB(value: Double)
Sets the value of the b property.
Link copied to clipboard
open fun setC(value: Double)
Sets the value of the c property.
Link copied to clipboard
open fun setD(value: Double)
Sets the value of the d property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.