MobilityDB 1.1
|
Spatial accessor functions for temporal point types. More...
Functions | |
bool | bearing_point_point (const GSERIALIZED *geo1, const GSERIALIZED *geo2, double *result) |
Return the temporal bearing between two geometry/geography points. More... | |
Temporal * | bearing_tpoint_point (const Temporal *temp, const GSERIALIZED *gs, bool invert) |
Return the temporal bearing between a temporal point and a geometry/geography point. More... | |
Temporal * | bearing_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2) |
Return the temporal bearing between two temporal points. More... | |
Temporal * | tpoint_azimuth (const Temporal *temp) |
Return the temporal azimuth of a temporal geometry point. More... | |
Temporal * | tpoint_cumulative_length (const Temporal *temp) |
Return the cumulative length traversed by a temporal point. More... | |
Temporal * | tpoint_get_coord (const Temporal *temp, int coord) |
Get one of the coordinates of a temporal point as a temporal float. More... | |
bool | tpoint_is_simple (const Temporal *temp) |
Return true if a temporal point does not self-intersect. More... | |
double | tpoint_length (const Temporal *temp) |
Return the length traversed by a temporal sequence (set) point. More... | |
Temporal * | tpoint_speed (const Temporal *temp) |
Return the speed of a temporal point. More... | |
int | tpoint_srid (const Temporal *temp) |
Return the SRID of a temporal point. More... | |
STBox * | tpoint_stboxes (const Temporal *temp, int *count) |
Return an array of spatiotemporal boxes from a temporal point. More... | |
GSERIALIZED * | tpoint_trajectory (const Temporal *temp) |
Return the trajectory of a temporal point. More... | |
Spatial accessor functions for temporal point types.