T_Road_PlanView_Geometry
Java class for t_road_planView_geometry complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_planView_geometry">
<complexContent>
<extension base="{}_OpenDriveElement">
<choice>
<element name="line" type="{}t_road_planView_geometry_line"/>
<element name="spiral" type="{}t_road_planView_geometry_spiral"/>
<element name="arc" type="{}t_road_planView_geometry_arc"/>
<element name="poly3" type="{}t_road_planView_geometry_poly3"/>
<element name="paramPoly3" type="{}t_road_planView_geometry_paramPoly3"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attribute name="s" use="required" type="{}t_grEqZero" />
<attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hdg" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the arc property.
Link copied to clipboard
OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the line property.
Link copied to clipboard
Gets the value of the paramPoly3 property.
Link copied to clipboard
Gets the value of the poly3 property.
Link copied to clipboard
Gets the value of the spiral property.
Link copied to clipboard
Sets the value of the arc property.
Link copied to clipboard
Sets the value of the line property.
Link copied to clipboard
Sets the value of the paramPoly3 property.
Link copied to clipboard
Sets the value of the poly3 property.
Link copied to clipboard
Sets the value of the spiral property.