T_Road_Objects_Object_Outlines_Outline

Defines a series of corner points, including the height of the object relative to the road reference line. For areas, the points should be listed in counter-clockwise order. An element shall be followed by one or more

Java class for t_road_objects_object_outlines_outline complex type.

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


<complexType name="t_road_objects_object_outlines_outline">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <choice minOccurs="0">
          <element name="cornerRoad" type="{}t_road_objects_object_outlines_outline_cornerRoad" maxOccurs="unbounded" minOccurs="0"/>
          <element name="cornerLocal" type="{}t_road_objects_object_outlines_outline_cornerLocal" maxOccurs="unbounded" minOccurs="0"/>
        </choice>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="closed" type="{}t_bool" />
      <attribute name="fillType" type="{}e_outlineFillType" />
      <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
      <attribute name="laneType" type="{}e_laneType" />
      <attribute name="outer" type="{}t_bool" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getClosed(): T_Bool
Gets the value of the closed property.
Link copied to clipboard
Gets the value of the cornerLocal property.
Link copied to clipboard
Gets the value of the cornerRoad property.
Link copied to clipboard
Gets the value of the fillType property.
Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
open fun getId(): Integer
Gets the value of the id property.
Link copied to clipboard
Gets the value of the laneType property.
Link copied to clipboard
open fun getOuter(): T_Bool
Gets the value of the outer property.
Link copied to clipboard
open fun setClosed(value: T_Bool)
Sets the value of the closed property.
Link copied to clipboard
Sets the value of the fillType property.
Link copied to clipboard
open fun setId(value: Integer)
Sets the value of the id property.
Link copied to clipboard
open fun setLaneType(value: E_LaneType)
Sets the value of the laneType property.
Link copied to clipboard
open fun setOuter(value: T_Bool)
Sets the value of the outer property.