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

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...
 
Cbuffercbuffer_transform (const Cbuffer *cb, int32_t srid_to)
 Return a circular buffer transformed to another SRID. More...
 
Cbuffercbuffer_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...
 

Detailed Description

Spatial reference system functions for static circular buffers.