![]() |
MobilityDB 1.3
|
Spatial reference system functions for temporal geometries. More...
Functions | |
Temporal * | tspatial_set_srid (const Temporal *temp, int32_t srid) |
Return a spatiotemporal value with the coordinates set to an SRID. More... | |
int32_t | tspatial_srid (const Temporal *temp) |
Return the SRID of a spatiotemporal value. More... | |
Temporal * | tspatial_transform (const Temporal *temp, int32_t srid_to) |
Return a spatiotemporal value transformed to another SRID. More... | |
Temporal * | tspatial_transform_pipeline (const Temporal *temp, const char *pipeline, int32_t srid_to, bool is_forward) |
Return a spatiotemporal value transformed to another SRID using a pipeline. More... | |
Spatial reference system functions for temporal geometries.