从起点出发位移到指定长度时所处的时间点。
语法
stimestamp ST_timeAtCumulativeDistance(trajectory traj, float d);
参数
参数名称 | 描述 |
traj | 轨迹对象。 |
d | 累计长度。 |
示例
Select ST_timeAtCumulativeDistance(traj, 100.0) from traj_table;
文档内容是否对您有帮助?
从起点出发位移到指定长度时所处的时间点。
stimestamp ST_timeAtCumulativeDistance(trajectory traj, float d);
参数名称 | 描述 |
traj | 轨迹对象。 |
d | 累计长度。 |
Select ST_timeAtCumulativeDistance(traj, 100.0) from traj_table;