This function returns the attributes of a trajectory object.
Syntax
text ST_trajAttrs(trajectory traj);
Parameters
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Examples
Select ST_trajAttrs(traj) From traj_table;
This function returns the attributes of a trajectory object.
text ST_trajAttrs(trajectory traj);
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Select ST_trajAttrs(traj) From traj_table;