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>
Content copied to clipboard
Functions
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
Type used to fill the area inside the outline
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Describes the lane type of the outline
Link copied to clipboard
Sets the value of the fillType property.
Link copied to clipboard
Sets the value of the laneType property.