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 |
| |
inRoutePosition |
InRoutePosition |
1..1 |
XSDelement
|
Position along the route. |
| |
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. |
| |
routeRef |
RouteRef |
1..1 |
XSDelement
|
Either a route definition or a catalog reference to the route the position is calculated from. |
|
|
XSD 1.4 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.3
|
- Property 'inRoutePosition'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'orientation'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'routeRef'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
-
Property inRoutePosition
-
Property orientation
-
Property routeRef
|
To XSD