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="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" />
      <attribute name="hdg" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </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
Gets the value of the gAdditionalData property.
Link copied to clipboard
open fun getHdg(): Double
Gets the value of the hdg property.
Link copied to clipboard
open fun getLength(): String
Gets the value of the length property.
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
Gets the value of the s property.
Link copied to clipboard
Gets the value of the spiral property.
Link copied to clipboard
open fun getX(): Double
Gets the value of the x property.
Link copied to clipboard
open fun getY(): Double
Gets the value of the y property.
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: String)
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.