ST_timeToDistance

更新时间:
复制 MD 格式

Returns a polyline geometry where the x-axis represents time and the y-axis represents Euclidean distance, plotted from a trajectory object.

Syntax

geometry ST_timeToDistance(trajectory traj);

Parameters

ParameterDescription
trajThe trajectory object.

Examples

Select ST_timeToDistance(traj) from traj_table;