MobilityDB 1.1
|
Spatial transformation functions for temporal point types. More...
Functions | |
STBox * | geo_expand_space (const GSERIALIZED *gs, double d) |
Return the bounding box of a temporal point expanded on the spatial dimension. More... | |
Temporal * | tgeompoint_tgeogpoint (const Temporal *temp, bool oper) |
Convert a temporal point to a geometry/geography point. More... | |
STBox * | tpoint_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... | |
Temporal * | tpoint_round (const Temporal *temp, int prec) |
Set the precision of the coordinates of a temporal point to a number of decimal places. More... | |
Temporal * | tpoint_set_srid (const Temporal *temp, int32 srid) |
Set the SRID of a temporal point. More... | |
Spatial transformation functions for temporal point types.