T_Road_LateralProfile_CrossSectionSurface_Strip
A strip defines the lateral profile in t- and s-direction.
Java class for t_road_lateralProfile_crossSectionSurface_strip complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_lateralProfile_crossSectionSurface_strip">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="width" type="{}t_road_lateralProfile_crossSectionSurface_strip_width" minOccurs="0"/>
<element name="constant" type="{}t_road_lateralProfile_crossSectionSurface_strip_constant" minOccurs="0"/>
<element name="linear" type="{}t_road_lateralProfile_crossSectionSurface_strip_linear" minOccurs="0"/>
<element name="quadratic" type="{}t_road_lateralProfile_crossSectionSurface_strip_quadratic" minOccurs="0"/>
<element name="cubic" type="{}t_road_lateralProfile_crossSectionSurface_strip_cubic" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="mode" type="{}e_strip_mode" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the constant property.
Link copied to clipboard
Gets the value of the cubic property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the linear property.
Link copied to clipboard
Can only be defined for an outer strip.
Link copied to clipboard
Gets the value of the quadratic property.
Link copied to clipboard
Gets the value of the width property.
Link copied to clipboard
Sets the value of the constant property.
Link copied to clipboard
Sets the value of the cubic property.
Link copied to clipboard
Sets the value of the linear property.
Link copied to clipboard
Sets the value of the mode property.
Link copied to clipboard
Sets the value of the quadratic property.
Link copied to clipboard
Sets the value of the width property.