ST_accelerationAtTime

更新时间:
复制 MD 格式

Returns the value of the acceleration attribute field at the specified time point.

Syntax

float8 ST_accelerationAtTime(trajectory traj, timestamp t);

Parameters

ParameterDescription
trajThe trajectory object.
tThe time point.

Example

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