Class RoutePosition
- Applied Stereotypes:
-
XSDcomplexType
Position along a route defined in terms of PositionInRoadCoordinates, PositionInLaneCoordinates or current position of a reference object. Orientation definition is optional.
- Used in:
-
Position
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
routeRef |
RouteRef |
1..1 |
XSDelement
|
Either a route definition or a catalog reference to the route the position is calculated from. |
|
orientation |
Orientation |
0..1 |
XSDelement
|
Orientation. The relative reference context refers to the referenced road's s and t coordinates, to the current lane's s and t coordinates or to the orientation of the reference entity. Missing Orientation property is interpreted as the relative reference context with Heading=Pitch=Roll=0. |
|
inRoutePosition |
InRoutePosition |
1..1 |
XSDelement
|
Position along the route. |
|
XSD 1.3 Representation |
<xsd:complexType name="RoutePosition">
<xsd:all>
<xsd:element name="RouteRef" type="RouteRef"/>
<xsd:element name="Orientation" type="Orientation" minOccurs="0"/>
<xsd:element name="InRoutePosition" type="InRoutePosition"/>
</xsd:all>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'orientation'. Annotation changed.
-
- New Value
- Orientation. The relative reference context refers to the referenced road's s and t coordinates, to the current lane's s and t coordinates or to the orientation of the reference entity. Missing Orientation property is interpreted as the relative reference context with Heading=Pitch=Roll=0.
- From 1.2.0
- Orientation. The relative reference context refers to the referenced road's s and t coordinates, to the current lane's s and t coordinates or to the orientation of the reference entity. Missing value is interpreted as (heading=0, pitch=0, roll=0, type='absolute').
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property routeRef
- XSDelement [position: "1"]
- Property orientation
- XSDelement [position: "2"]
- Property inRoutePosition
- XSDelement [position: "3"]
|
To XSD