この関数は、指定された時点の加速度属性フィールドの値を返します。

構文

float8 ST_accelerationAtTime (trajectory traj, timestamp t);

パラメーター

パラメーター 説明
traj 軌道オブジェクトです。
t 指定された時点です。

Select ST_accelerationAtTime(traj,'2010-1-11 23:40:00') From traj_table;