從起點出發位移到指定長度時所處的時間點。

語法

timestamp ST_timeAtCumulativeDistance(trajectory traj, float d)?;

參數

參數名稱 描述
traj 軌跡對象。
d 累計長度。

示例

Select ST_timeAtCumulativeDistance(traj, 100.0) from traj_table;