![]() |
MobilityDB 1.3
|
Spatial reference system functions for static circular buffers. More...
Functions | |
void | cbuffer_set_srid (Cbuffer *cb, int32_t srid) |
Set the coordinates of a circular buffer to an SRID. More... | |
int32_t | cbuffer_srid (const Cbuffer *cb) |
Return the SRID of a circular buffer. More... | |
Cbuffer * | cbuffer_transform (const Cbuffer *cb, int32_t srid_to) |
Return a circular buffer transformed to another SRID. More... | |
Cbuffer * | cbuffer_transform_pipeline (const Cbuffer *cb, const char *pipeline, int32_t srid_to, bool is_forward) |
Return a circular buffer transformed to another SRID using a pipeline. More... | |
Spatial reference system functions for static circular buffers.