Returns a line chart with time on the x-axis and Euclidean distance on the y-axis.
Syntax
geometry ST_timeToDistance(trajectory traj);Parameters
| Parameter | Type | Description |
|---|---|---|
traj | trajectory | The trajectory object. |
Examples
SELECT ST_timeToDistance(traj) FROM traj_table;