この関数は、軌跡オブジェクトのリーフ型を返します。

構文

text ST_leafType(trajectory traj);

パラメーター

パラメーター 説明
traj 軌跡オブジェクト

ST_POINT 型のみがサポートされています。

select st_leafType(traj) from traj where id = 3;
 st_leaftype
 ------------- 
STPOINT
(1 row)