T_Road_Objects_Object_Skeleton_Polyline

Defines a series of points relative to the road reference line. An element shall be followed by either two or more

Java class for t_road_objects_object_skeleton_polyline complex type

.

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


<complexType name="t_road_objects_object_skeleton_polyline">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <choice>
          <element name="vertexRoad" type="{}t_road_objects_object_skeleton_polyline_vertexRoad" maxOccurs="unbounded" minOccurs="2"/>
          <element name="vertexLocal" type="{}t_road_objects_object_skeleton_polyline_vertexLocal" maxOccurs="unbounded" minOccurs="2"/>
        </choice>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getId(): Integer
ID of the polyline.
Link copied to clipboard
Gets the value of the vertexLocal property.
Link copied to clipboard
Gets the value of the vertexRoad property.
Link copied to clipboard
open fun setId(value: Integer)
Sets the value of the id property.