![]() |
MobilityDB 1.3
|
Spatial reference system functions for spatiotemporal boxes. More...
Functions | |
STBox * | stbox_set_srid (const STBox *box, int32_t srid) |
Return a spatiotemporal box with the coordinates set to an SRID. More... | |
int32_t | stbox_srid (const STBox *box) |
Return the SRID of a spatiotemporal box. More... | |
STBox * | stbox_transform (const STBox *box, int32_t srid_to) |
Return a spatiotemporal box transformed to another SRID. More... | |
STBox * | stbox_transform_pipeline (const STBox *box, const char *pipeline, int32_t srid_to, bool is_forward) |
Return a spatiotemporal box transformed to another SRID using a pipeline. More... | |
Spatial reference system functions for spatiotemporal boxes.