T_Road_Objects_Object
Describes common 3D objects that have a reference to a given road. Objects are items that influence a road by expanding, delimiting, and supplementing its course. The most common examples are parking spaces, crosswalks, and traffic barriers. There are two ways to describe the bounding box of objects. - For an angular object: definition of the width, length and height. - For a circular object: definition of the radius and height.
Java class for t_road_objects_object complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_objects_object">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="repeat" type="{}t_road_objects_object_repeat" maxOccurs="unbounded" minOccurs="0"/>
<element name="outline" type="{}t_road_objects_object_outlines_outline" minOccurs="0"/>
<element name="outlines" type="{}t_road_objects_object_outlines" minOccurs="0"/>
<element name="material" type="{}t_road_objects_object_material" maxOccurs="unbounded" minOccurs="0"/>
<element name="validity" type="{}t_road_objects_object_laneValidity" maxOccurs="unbounded" minOccurs="0"/>
<element name="parkingSpace" type="{}t_road_objects_object_parkingSpace" minOccurs="0"/>
<element name="markings" type="{}t_road_objects_object_markings" minOccurs="0"/>
<element name="borders" type="{}t_road_objects_object_borders" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="t" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zOffset" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="type" type="{}e_objectType" />
<attribute name="validLength" type="{}t_grEqZero" />
<attribute name="orientation" type="{}e_orientation" />
<attribute name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dynamic" type="{}t_yesNo" />
<attribute name="hdg" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pitch" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="roll" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="s" use="required" type="{}t_grEqZero" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the borders property.
Link copied to clipboard
Indicates whether the object is dynamic or static, default value is “no” (static).
Link copied to clipboard
OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the markings property.
Link copied to clipboard
Gets the value of the material property.
Link copied to clipboard
"+" = valid in positive s-direction "-" = valid in negative s-direction "none" = valid in both directions (does not affect the heading)
Link copied to clipboard
Gets the value of the outline property.
Link copied to clipboard
Gets the value of the outlines property.
Link copied to clipboard
Gets the value of the parkingSpace property.
Link copied to clipboard
Gets the value of the repeat property.
Link copied to clipboard
Variant of a type
Link copied to clipboard
Type of object.
Link copied to clipboard
Gets the value of the validity property.
Link copied to clipboard
Validity of object along s-axis (0.
Link copied to clipboard
z-offset of object's origin relative to the elevation of the reference line
Link copied to clipboard
Sets the value of the borders property.
Link copied to clipboard
Sets the value of the dynamic property.
Link copied to clipboard
Sets the value of the markings property.
Link copied to clipboard
Sets the value of the orientation property.
Link copied to clipboard
Sets the value of the outline property.
Link copied to clipboard
Sets the value of the outlines property.
Link copied to clipboard
Sets the value of the parkingSpace property.
Link copied to clipboard
Sets the value of the subtype property.
Link copied to clipboard
Sets the value of the type property.
Link copied to clipboard
Sets the value of the validLength property.
Link copied to clipboard
Sets the value of the zOffset property.