Class PositionInRoadCoordinates
- Applied Stereotypes:
-
XSDcomplexType
Position defined in terms of distance along a route (pathS) and lateral offset from the route's reference line (t) at that point.
- Used in:
-
InRoutePosition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
pathS |
double |
1..1 |
XSDattribute
|
Position in s coordinates along the reference line of the route. |
|
t |
double |
1..1 |
XSDattribute
|
Position in t coordinates orthogonal to the reference line of the route. |
|
XSD 1.3 Representation |
<xsd:complexType name="PositionInRoadCoordinates">
<xsd:attribute name="pathS" type="Double" use="required"/>
<xsd:attribute name="t" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property pathS
- Property t
|
To XSD