T_Road_Objects_Object_Skeleton_Polyline_VertexRoad
Defines a point on the object’s polyline in road coordinates. can use either radius or length/width within one
Java class for t_road_objects_object_skeleton_polyline_vertexRoad complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_road_objects_object_skeleton_polyline_vertexRoad">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="dz" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="intersectionPoint" type="{}t_bool" />
<attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="s" type="{}t_grEqZero" />
<attribute name="t" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard