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 |
| |
fromLaneCoordinates |
PositionInLaneCoordinates |
1..1 |
xor,
XSDelement
|
Route position in lane coordinate system. |
| |
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. |
|
|
Change log from version 1.3
|
- Property 'fromLaneCoordinates'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'fromCurrentEntity'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'fromRoadCoordinates'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property fromLaneCoordinates
-
Property fromCurrentEntity
-
Property fromRoadCoordinates
|
To XSD