T_Road_PlanView_Geometry

Java class for t_road_planView_geometry complex type

.

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


<complexType name="t_road_planView_geometry">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <choice>
        <element name="line" type="{}t_road_planView_geometry_line"/>
        <element name="spiral" type="{}t_road_planView_geometry_spiral"/>
        <element name="arc" type="{}t_road_planView_geometry_arc"/>
        <element name="poly3" type="{}t_road_planView_geometry_poly3"/>
        <element name="paramPoly3" type="{}t_road_planView_geometry_paramPoly3"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </choice>
      <attribute name="hdg" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="length" use="required" type="{}t_grZero" />
      <attribute name="s" use="required" type="{}t_grEqZero" />
      <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the arc property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getHdg(): Double
Start orientation (inertial heading)
Link copied to clipboard
open fun getLength(): Double
Length of the element's reference line
Link copied to clipboard
Gets the value of the line property.
Link copied to clipboard
Gets the value of the paramPoly3 property.
Link copied to clipboard
Gets the value of the poly3 property.
Link copied to clipboard
open fun getS(): Double
s-coordinate of start position
Link copied to clipboard
Gets the value of the spiral property.
Link copied to clipboard
open fun getX(): Double
Start position (x inertial)
Link copied to clipboard
open fun getY(): Double
Start position (y inertial)
Link copied to clipboard
Sets the value of the arc property.
Link copied to clipboard
open fun setHdg(value: Double)
Sets the value of the hdg property.
Link copied to clipboard
open fun setLength(value: Double)
Sets the value of the length property.
Link copied to clipboard
Sets the value of the line property.
Link copied to clipboard
Sets the value of the paramPoly3 property.
Link copied to clipboard
Sets the value of the poly3 property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.
Link copied to clipboard
Sets the value of the spiral property.
Link copied to clipboard
open fun setX(value: Double)
Sets the value of the x property.
Link copied to clipboard
open fun setY(value: Double)
Sets the value of the y property.