34#ifndef __TPOSE_SPATIALFUNCS_H__
35#define __TPOSE_SPATIALFUNCS_H__
37#include "temporal/temporal.h"
51 bool border_inc,
bool atfunc);
Temporal * tpose_restrict_stbox(const Temporal *temp, const STBox *box, bool border_inc, bool atfunc)
Return a temporal pose restricted to (the complement of) a spatiotemporal box.
Definition: tpose_spatialfuncs.c:150
Temporal * tpose_restrict_geom(const Temporal *temp, const GSERIALIZED *gs, const Span *zspan, bool atfunc)
Return a temporal pose restricted to (the complement of) a geometry.
Definition: tpose_spatialfuncs.c:81
GSERIALIZED * tpose_trajectory(const Temporal *temp)
Spatial functions for temporal pose objects.
Definition: tpose_spatialfuncs.c:61
Definition: postgis_ext_defs.in.h:170
Structure to represent spatiotemporal boxes.
Definition: meos.h:134
Structure to represent spans (a.k.a.
Definition: meos.h:94
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:173
int const GSERIALIZED * gs
Definition: trgeo_spatialrels.h:52