MobilityDB 1.1
Functions

Spatial accessor functions for temporal point types. More...

Collaboration diagram for Spatial accessor functions:

Functions

bool bearing_point_point (const GSERIALIZED *geo1, const GSERIALIZED *geo2, double *result)
 Return the temporal bearing between two geometry/geography points. More...
 
Temporalbearing_tpoint_point (const Temporal *temp, const GSERIALIZED *gs, bool invert)
 Return the temporal bearing between a temporal point and a geometry/geography point. More...
 
Temporalbearing_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2)
 Return the temporal bearing between two temporal points. More...
 
Temporaltpoint_azimuth (const Temporal *temp)
 Return the temporal azimuth of a temporal geometry point. More...
 
Temporaltpoint_cumulative_length (const Temporal *temp)
 Return the cumulative length traversed by a temporal point. More...
 
Temporaltpoint_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...
 
Temporaltpoint_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...
 
STBoxtpoint_stboxes (const Temporal *temp, int *count)
 Return an array of spatiotemporal boxes from a temporal point. More...
 
GSERIALIZEDtpoint_trajectory (const Temporal *temp)
 Return the trajectory of a temporal point. More...
 

Detailed Description

Spatial accessor functions for temporal point types.