T_Road_Objects_Object_Borders_Border

Specifies a border along certain outline points.

Java class for t_road_objects_object_borders_border complex type.

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


<complexType name="t_road_objects_object_borders_border">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="cornerReference" type="{}t_road_objects_object_markings_marking_cornerReference" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="width" use="required" type="{}t_grEqZero" />
      <attribute name="type" use="required" type="{}e_borderType" />
      <attribute name="outlineId" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
      <attribute name="useCompleteOutline" type="{}t_bool" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the cornerReference property.
Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
open fun getOutlineId(): Integer
Gets the value of the outlineId property.
Link copied to clipboard
open fun getType(): E_BorderType
Gets the value of the type property.
Link copied to clipboard
Gets the value of the useCompleteOutline property.
Link copied to clipboard
open fun getWidth(): Double
Gets the value of the width property.
Link copied to clipboard
open fun setOutlineId(value: Integer)
Sets the value of the outlineId property.
Link copied to clipboard
open fun setType(value: E_BorderType)
Sets the value of the type property.
Link copied to clipboard
open fun setUseCompleteOutline(value: T_Bool)
Sets the value of the useCompleteOutline property.
Link copied to clipboard
open fun setWidth(value: Double)
Sets the value of the width property.