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

Restriction functions for temporal circular buffers. More...

Functions

Temporaltcbuffer_at_cbuffer (const Temporal *temp, const Cbuffer *cb)
 Return a temporal circular buffer restricted to a circular buffer. More...
 
Temporaltcbuffer_at_geom (const Temporal *temp, const GSERIALIZED *gs)
 Return a temporal circular buffer restricted to a geometry. More...
 
Temporaltcbuffer_at_stbox (const Temporal *temp, const STBox *box, bool border_inc)
 Return a temporal circular buffer restricted to a spatiotemporal box. More...
 
Temporaltcbuffer_minus_cbuffer (const Temporal *temp, const Cbuffer *cb)
 Return a temporal circular buffer restricted to the complement of a circular buffer. More...
 
Temporaltcbuffer_minus_geom (const Temporal *temp, const GSERIALIZED *gs)
 Return a temporal circular buffer restricted to the complement of a geometry. More...
 
Temporaltcbuffer_minus_stbox (const Temporal *temp, const STBox *box, bool border_inc)
 Return a temporal circular buffer restricted to the complement of a geometry. More...
 

Detailed Description

Restriction functions for temporal circular buffers.