获取指定时间位置的速度属性。

语法

float8 ST_ VelocityAtTime (trajectory traj, timestamp t);

参数

参数名称 描述
traj 轨迹对象。
t 指定的时间点。

示例

SeSelect ST_velocityAtTime(traj) From traj_table;