T_Road_Objects_Object_Skeleton_Polyline_VertexRoad

Defines a point on the object’s polyline in road coordinates. can use either radius or length/width within one

Java class for t_road_objects_object_skeleton_polyline_vertexRoad complex type

.

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


<complexType name="t_road_objects_object_skeleton_polyline_vertexRoad">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="dz" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
      <attribute name="intersectionPoint" type="{}t_bool" />
      <attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="s" type="{}t_grEqZero" />
      <attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
    </restriction>
  </complexContent>
</complexType>

Constructors

constructor()

Functions

Link copied to clipboard
open fun getDz(): Double
dz of the polyline point relative to road reference line parallel to z.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getId(): Integer
ID of the vertex point.
Link copied to clipboard
Vertex point is intersecting the ground.
Link copied to clipboard
open fun getRadius(): Double
Local radius of the object at this vertex point, along the polyline
Link copied to clipboard
open fun getS(): Double
s-coordinate of the corner
Link copied to clipboard
open fun getT(): Double
t-coordinate of the corner
Link copied to clipboard
open fun setDz(value: Double)
Sets the value of the dz property.
Link copied to clipboard
open fun setId(value: Integer)
Sets the value of the id property.
Link copied to clipboard
open fun setIntersectionPoint(value: T_Bool)
Sets the value of the intersectionPoint property.
Link copied to clipboard
open fun setRadius(value: Double)
Sets the value of the radius property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.
Link copied to clipboard
open fun setT(value: Double)
Sets the value of the t property.