ST_distanceWithin
更新時(shí)間:
指定時(shí)間區(qū)間的軌跡段1離給定軌跡段2是否在指定距離之內(nèi)。
語(yǔ)法
boolean ST_distanceWithin(trajectory traj1, trajectory traj2, tsrange range, float8 d);
boolean ST_distanceWithin(trajectory traj1, trajectory traj2, timestamp t1, timestamp t2, float8 d);
參數(shù)
參數(shù)名稱 | 描述 |
traj | 軌跡對(duì)象。 |
t1 | 開(kāi)始時(shí)間。 |
t2 | 結(jié)束時(shí)間。 |
range | 時(shí)間段。 |
d | 指定距離。 |
示例
Select ST_distanceWithin((Select traj from traj_table where id=1), (Select traj from traj_table where id=2), '2010-1-1 13:00:00', '2010-1-1 14:00:00', 100);
文檔內(nèi)容是否對(duì)您有幫助?