Class Position
- Applied Stereotypes:
-
XSDcomplexType,
union
Container for position types.
- Used in:
-
AcquirePositionAction ,
AddEntityAction ,
Clothoid ,
ClothoidSplineSegment ,
ControlPoint ,
DistanceCondition ,
Polygon ,
ReachPositionCondition ,
SynchronizeAction ,
TeleportAction ,
TimeToCollisionConditionTarget ,
TrafficSinkAction ,
TrafficSourceAction ,
UsedArea ,
Vertex ,
Waypoint
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
worldPosition |
WorldPosition |
1..1 |
xor,
XSDelement
|
Position that uses global coordinates. |
|
relativeWorldPosition |
RelativeWorldPosition |
1..1 |
xor,
XSDelement
|
Position is given relative to an entity, expressed in world coordinates. |
|
relativeObjectPosition |
RelativeObjectPosition |
1..1 |
xor,
XSDelement
|
Position is given relative to an entity. |
|
roadPosition |
RoadPosition |
1..1 |
xor,
XSDelement
|
Position in road coordinates (t,s) applied to a given road. |
|
relativeRoadPosition |
RelativeRoadPosition |
1..1 |
xor,
XSDelement
|
Position relative to an entity's road position (ds, dt). |
|
lanePosition |
LanePosition |
1..1 |
xor,
XSDelement
|
Position that is determined by a lane (lane ID) and the s coordinate of a given road. |
|
relativeLanePosition |
RelativeLanePosition |
1..1 |
xor,
XSDelement
|
Position that is determined relative to the lane coordinates of a given entity. (Relative lane and relative s to this entity). |
|
routePosition |
RoutePosition |
1..1 |
xor,
XSDelement
|
Position that is determined by a given route. |
|
geoPosition |
GeoPosition |
1..1 |
xor,
XSDelement
|
Position that uses geo coordinates |
|
trajectoryPosition |
TrajectoryPosition |
1..1 |
xor,
XSDelement
|
Position that is determined by a given trajectory. |
|
Change log from version 1.2 |
- Property 'worldPosition'. Lower cardinality changed.
- Property 'relativeWorldPosition'. Lower cardinality changed.
- Property 'relativeObjectPosition'. Lower cardinality changed.
- Property 'roadPosition'. Lower cardinality changed.
- Property 'relativeRoadPosition'. Lower cardinality changed.
- Property 'lanePosition'. Lower cardinality changed.
- Property 'relativeLanePosition'. Lower cardinality changed.
- Property 'routePosition'. Lower cardinality changed.
- Property 'geoPosition'. Lower cardinality changed.
- Property 'trajectoryPosition'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property worldPosition
- XSDelement [position: "1"]
- Property relativeWorldPosition
- XSDelement [position: "2"]
- Property relativeObjectPosition
- XSDelement [position: "3"]
- Property roadPosition
- XSDelement [position: "4"]
- Property relativeRoadPosition
- XSDelement [position: "5"]
- Property lanePosition
- XSDelement [position: "6"]
- Property relativeLanePosition
- XSDelement [position: "7"]
- Property routePosition
- XSDelement [position: "8"]
- Property geoPosition
- XSDelement [position: "9"]
- Property trajectoryPosition
- XSDelement [position: "10"]
|
To XSD