MobilityDB 1.1
Functions

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

Collaboration diagram for Spatial transformation functions:

Functions

STBoxgeo_expand_space (const GSERIALIZED *gs, double d)
 Return the bounding box of a temporal point expanded on the spatial dimension. More...
 
Temporaltgeompoint_tgeogpoint (const Temporal *temp, bool oper)
 Convert a temporal point to a geometry/geography point. More...
 
STBoxtpoint_expand_space (const Temporal *temp, double d)
 Return the bounding box of a temporal point expanded on the spatial dimension. More...
 
Temporal ** tpoint_make_simple (const Temporal *temp, int *count)
 Split a temporal point into an array of non self-intersecting fragments. More...
 
Temporaltpoint_round (const Temporal *temp, int prec)
 Set the precision of the coordinates of a temporal point to a number of decimal places. More...
 
Temporaltpoint_set_srid (const Temporal *temp, int32 srid)
 Set the SRID of a temporal point. More...
 

Detailed Description

Spatial transformation functions for temporal point types.