35#ifndef __TRGEO_BOXOPS_H__
36#define __TRGEO_BOXOPS_H__
41#include "temporal/temporal.h"
interpType
Enumeration that defines the interpolation types used in MEOS.
Definition: meos.h:161
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
void trgeoinstarr_compute_bbox(const GSERIALIZED *geom, const TInstant **instants, int count, interpType interp, void *box)
Set the bounding box from the array of temporal instant values (dispatch function)
Definition: trgeo_boxops.c:190
void trgeoinstarr_static_stbox(const GSERIALIZED *geom, const TInstant **instants, int count, STBox *box)
Set the spatiotemporal box from the array of temporal rigid geometry values.
Definition: trgeo_boxops.c:109
void trgeoinstarr_rotating_stbox(const GSERIALIZED *geom, const TInstant **instants, int count, STBox *box)
Set the spatiotemporal box from the array of temporal rigid geometry values.
Definition: trgeo_boxops.c:152
void trgeoinst_set_stbox(const GSERIALIZED *geom, const TInstant *inst, STBox *box)
Set the spatiotemporal box from the geometry value.
Definition: trgeo_boxops.c:63