This DF represents a path with a set of path points.
It shall contain up to `40` [**PathPoint**](#PathPoint).
The first PathPoint presents an offset delta position with regards to an external reference position.
The first PathPoint presents an offset delta position and optionally an offset travel time with regards to an external reference position.
Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
**Categories:** GeoReference information Vehicle information
@@ -7620,7 +7620,7 @@ Fields:
* _path_ of type [**Path**](#Path) <br>
the associated path towards the point specified in pointOfEventZone.
The first PathPoint presents an offset delta position with regards to the position of that pointOfEventZone.
The first PathPoint presents an offset delta position and optionally an offset travel time with regards to the position of that pointOfEventZone.
**Categories:** GeoReference information
@@ -7637,7 +7637,7 @@ PathExtended::= SEQUENCE {
This DF represents a path history with a set of path points.
It shall contain up to `40` [**PathPoint**](#PathPoint).
The first PathPoint presents an offset delta position with regards to an external reference position.
The first PathPoint presents an offset delta position and optionally an offset travel time with regards to an external reference position.
Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
**Categories:** GeoReference information Vehicle information
@@ -7656,8 +7656,8 @@ PathHistory::= SEQUENCE (SIZE(0..40)) OF PathPoint
This DF represents a predicted path or trajectory with a set of predicted points and optional information to generate a shape which is estimated to contain the real path.
It shall contain up to `16` [**PathPointPredicted**](#PathPointPredicted).
The first PathPoint presents an offset delta position with regards to an external reference position.
Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint.
The first PathPoint presents an offset delta position and other optional information with regards to an external reference position.
Each other PathPoint presents an offset delta position and other optional information with regards to the previous PathPointPredicted.
**Categories:** GeoReference information
@@ -7715,7 +7715,7 @@ Fields:
The waypoint position defined as an offset position with regards to a pre-defined reference position.
* _pathDeltaTime_ of type [**PathDeltaTime**](#PathDeltaTime) OPTIONAL<br>
The optional travel time separated from a waypoint to the predefined reference position.
The optional travel time separated from the waypoint to the predefined reference position.
**Categories:** GeoReference information