T_Road_PlanView_Geometry_ParamPoly3

In OpenDRIVE, parametric cubic curves are represented by elements within the element.

Java class for t_road_planView_geometry_paramPoly3 complex type

.

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

{@code  }

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAU(): Double
Polynom parameter a for u
Link copied to clipboard
open fun getAV(): Double
Polynom parameter a for v
Link copied to clipboard
open fun getBU(): Double
Polynom parameter b for u
Link copied to clipboard
open fun getBV(): Double
Polynom parameter b for v
Link copied to clipboard
open fun getCU(): Double
Polynom parameter c for u
Link copied to clipboard
open fun getCV(): Double
Polynom parameter c for v
Link copied to clipboard
open fun getDU(): Double
Polynom parameter d for u
Link copied to clipboard
open fun getDV(): Double
Polynom parameter d for v
Link copied to clipboard
Range of parameter p.
Link copied to clipboard
open fun setAU(value: Double)
Sets the value of the au property.
Link copied to clipboard
open fun setAV(value: Double)
Sets the value of the av property.
Link copied to clipboard
open fun setBU(value: Double)
Sets the value of the bu property.
Link copied to clipboard
open fun setBV(value: Double)
Sets the value of the bv property.
Link copied to clipboard
open fun setCU(value: Double)
Sets the value of the cu property.
Link copied to clipboard
open fun setCV(value: Double)
Sets the value of the cv property.
Link copied to clipboard
open fun setDU(value: Double)
Sets the value of the du property.
Link copied to clipboard
open fun setDV(value: Double)
Sets the value of the dv property.
Link copied to clipboard
Sets the value of the pRange property.