首頁
云數(shù)據(jù)庫 RDS
RDS PostgreSQL數(shù)據(jù)庫
時空引擎(GanosBase)
Trajectory SQL參考
SQL參考手冊
距離測量
ST_euclideanDistance
ST_euclideanDistance
更新時間:
計算兩個軌跡對象之間的歐幾里得距離。
語法
float ST_euclideanDistance(trajectory traj1, trajectory traj2);
參數(shù)
參數(shù)名稱 | 描述 |
traj1 | 軌跡對象1。 |
traj2 | 軌跡對象2。 |
描述
距離已經(jīng)進行了標準化處理。
示例
Select ST_euclideanDistance((Select traj from traj_table where id=1), (Select traj from traj_table where id=2));
文檔內容是否對您有幫助?