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>
Content copied to clipboard