![]() |
MobilityDB 1.3
|
Conversion functions for temporal geometries. More...
Functions | |
Temporal * | geomeas_to_tpoint (const GSERIALIZED *gs) |
Return a geometry/geography with M measure encoding timestamps transformed to a temporal point. More... | |
Temporal * | tgeogpoint_to_tgeography (const Temporal *temp) |
Return a temporal geography from a temporal geography point. More... | |
Temporal * | tgeography_to_tgeogpoint (const Temporal *temp) |
Return a temporal geography point from a temporal geography. More... | |
Temporal * | tgeography_to_tgeometry (const Temporal *temp) |
Return a temporal geometry from to a temporal geography. More... | |
Temporal * | tgeometry_to_tgeography (const Temporal *temp) |
Return a temporal geography from a temporal geometry. More... | |
Temporal * | tgeometry_to_tgeompoint (const Temporal *temp) |
Return a temporal geometry point from a temporal geometry. More... | |
Temporal * | tgeompoint_to_tgeometry (const Temporal *temp) |
Return a temporal geometry from a temporal geometry point. More... | |
bool | tpoint_as_mvtgeom (const Temporal *temp, const STBox *bounds, int32_t extent, int32_t buffer, bool clip_geom, GSERIALIZED **gsarr, int64 **timesarr, int *count) |
Return a temporal point transformed to Mapbox Vector Tile format. More... | |
bool | tpoint_tfloat_to_geomeas (const Temporal *tpoint, const Temporal *meas, bool segmentize, GSERIALIZED **result) |
Return a geometry/geography with M measure from a temporal point and optionally a temporal float. More... | |
STBox * | tspatial_to_stbox (const Temporal *temp) |
Convert a spatiotemporal value into a spatiotemporal box. More... | |
Conversion functions for temporal geometries.