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>

Constructors

constructor()

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
open fun getId(): Integer
1 for the inner left strip, -1 for the inner right strip, 2 for the outer left strip, -2 for the outer right strip
Link copied to clipboard
Gets the value of the linear property.
Link copied to clipboard
open fun getMode(): E_Strip_Mode
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
open fun setId(value: Integer)
Sets the value of the id property.
Link copied to clipboard
Sets the value of the linear property.
Link copied to clipboard
open fun setMode(value: E_Strip_Mode)
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.