Class InRoutePosition
- Applied Stereotypes:
-
XSDcomplexType,
union
Defines the current position in a given route, either through a position in the lane coordinate system, a position in a road coordinate system or through the current position of an entity.
- Used in:
-
RoutePosition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
fromCurrentEntity |
PositionOfCurrentEntity |
1..1 |
xor,
XSDelement
|
The position is defined through the current position of a given entity. |
|
fromRoadCoordinates |
PositionInRoadCoordinates |
1..1 |
xor,
XSDelement
|
Route position in road coordinate system. |
|
fromLaneCoordinates |
PositionInLaneCoordinates |
1..1 |
xor,
XSDelement
|
Route position in lane coordinate system. |
|
Change log from version 1.2 |
- Property 'fromCurrentEntity'. Lower cardinality changed.
- Property 'fromRoadCoordinates'. Lower cardinality changed.
- Property 'fromLaneCoordinates'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property fromCurrentEntity
- XSDelement [position: "1"]
- Property fromRoadCoordinates
- XSDelement [position: "2"]
- Property fromLaneCoordinates
- XSDelement [position: "3"]
|
To XSD