MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Spatial reference system functions for spatiotemporal boxes. More...

Functions

STBoxstbox_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...
 
STBoxstbox_transform (const STBox *box, int32_t srid_to)
 Return a spatiotemporal box transformed to another SRID. More...
 
STBoxstbox_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...
 

Detailed Description

Spatial reference system functions for spatiotemporal boxes.