34#ifndef __TCBUFFER_SPATIALFUNCS_H__
35#define __TCBUFFER_SPATIALFUNCS_H__
40#include "temporal/temporal.h"
56 const Cbuffer *cb,
bool atfunc);
58 const STBox *box,
bool border_inc,
bool atfunc);
Temporal * tcbuffer_restrict_cbuffer(const Temporal *temp, const Cbuffer *cb, bool atfunc)
Return a temporal circular buffer restricted to a circular buffer.
Definition: tcbuffer.c:933
Temporal * tcbuffer_restrict_geom(const Temporal *temp, const GSERIALIZED *gs, bool atfunc)
Return a temporal circular buffer restricted to a geometry.
Definition: tcbuffer.c:1047
Temporal * tcbuffer_restrict_stbox(const Temporal *temp, const STBox *box, bool border_inc, bool atfunc)
Return a temporal circular buffer restricted to a spatiotemporal box.
Definition: tcbuffer.c:981
Functions for temporal buffers.
Definition: cbuffer.h:50
Definition: postgis_ext_defs.in.h:170
Structure to represent spatiotemporal boxes.
Definition: meos.h:134
Structure to represent temporal values of instant subtype.
Definition: meos.h:185
Structure to represent temporal values of sequence set subtype.
Definition: meos.h:224
Structure to represent temporal values of sequence subtype.
Definition: meos.h:202
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:173
GSERIALIZED * tcbufferseqset_trav_area(const TSequenceSet *ss)
Return the traversed area of a temporal circular buffer.
Definition: tcbuffer_spatialfuncs.c:618
GSERIALIZED * tcbuffersegm_trav_area(const TInstant *inst1, const TInstant *inst2)
Return the traversed area of a temporal circular buffer segment with linear interpolation.
Definition: tcbuffer_spatialfuncs.c:440
GSERIALIZED * tcbufferinst_trav_area(const TInstant *inst)
Temporal distance for temporal network points.
Definition: tcbuffer_spatialfuncs.c:407
GSERIALIZED * tcbufferseq_trav_area(const TSequence *seq)
Return the traversed area of a temporal circular buffer sequence.
Definition: tcbuffer_spatialfuncs.c:541
int const GSERIALIZED * gs
Definition: trgeo_spatialrels.h:52