|
MobilityDB 1.1
|
Spatial accessor functions for temporal point types. More...

Functions | |
| PGDLLEXPORT Datum | Bearing_geo_tpoint (PG_FUNCTION_ARGS) |
| Return the temporal bearing between a geometry/geography point and a temporal point. More... | |
| PGDLLEXPORT Datum | Bearing_point_point (PG_FUNCTION_ARGS) |
| Return the temporal bearing between two geometry/geography points. More... | |
| PGDLLEXPORT Datum | Bearing_tpoint_point (PG_FUNCTION_ARGS) |
| Return the temporal bearing between a temporal point and a geometry/geography point. More... | |
| PGDLLEXPORT Datum | Bearing_tpoint_tpoint (PG_FUNCTION_ARGS) |
| Return the temporal bearing between two temporal points. More... | |
| PGDLLEXPORT Datum | Npoint_get_srid (PG_FUNCTION_ARGS) |
| Return the SRID of the network point. More... | |
| PGDLLEXPORT Datum | Npoint_same (PG_FUNCTION_ARGS) |
| Determines the spatial equality for network points. More... | |
| PGDLLEXPORT Datum | Nsegment_get_srid (PG_FUNCTION_ARGS) |
| Return the SRID of the network segment. More... | |
| PGDLLEXPORT Datum | Tnpoint_azimuth (PG_FUNCTION_ARGS) |
| Temporal azimuth of a temporal network point. More... | |
| PGDLLEXPORT Datum | Tnpoint_cumulative_length (PG_FUNCTION_ARGS) |
| Cumulative length traversed by a temporal network point. More... | |
| PGDLLEXPORT Datum | Tnpoint_get_srid (PG_FUNCTION_ARGS) |
| Return the SRID of a temporal network point. More... | |
| PGDLLEXPORT Datum | Tnpoint_length (PG_FUNCTION_ARGS) |
| Length traversed by a temporal network point. More... | |
| PGDLLEXPORT Datum | Tnpoint_speed (PG_FUNCTION_ARGS) |
| Speed of a temporal network point. More... | |
| PGDLLEXPORT Datum | Tnpoint_trajectory (PG_FUNCTION_ARGS) |
| Return the geometry covered by a temporal network point. More... | |
| PGDLLEXPORT Datum | Tpoint_azimuth (PG_FUNCTION_ARGS) |
| Return the temporal azimuth of a temporal geometry point. More... | |
| PGDLLEXPORT Datum | Tpoint_cumulative_length (PG_FUNCTION_ARGS) |
| Return the cumulative length traversed by a temporal point. More... | |
| PGDLLEXPORT Datum | Tpoint_get_srid (PG_FUNCTION_ARGS) |
| Return the SRID of a temporal point. More... | |
| PGDLLEXPORT Datum | Tpoint_get_x (PG_FUNCTION_ARGS) |
| Get the X coordinates of a temporal point. More... | |
| PGDLLEXPORT Datum | Tpoint_get_y (PG_FUNCTION_ARGS) |
| Get the Y coordinates of a temporal point. More... | |
| PGDLLEXPORT Datum | Tpoint_get_z (PG_FUNCTION_ARGS) |
| Get the Z coordinates of a temporal point. More... | |
| PGDLLEXPORT Datum | Tpoint_is_simple (PG_FUNCTION_ARGS) |
| Return true if a temporal point does not self-intersect. More... | |
| PGDLLEXPORT Datum | Tpoint_length (PG_FUNCTION_ARGS) |
| Return the length traversed by a temporal sequence (set) point. More... | |
| PGDLLEXPORT Datum | Tpoint_speed (PG_FUNCTION_ARGS) |
| Return the speed of a temporal point. More... | |
| PGDLLEXPORT Datum | Tpoint_trajectory (PG_FUNCTION_ARGS) |
| Return the trajectory of a temporal point. More... | |
Spatial accessor functions for temporal point types.