MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
trgeo_boxops.h File Reference

Bounding box operators for temporal rigid geometries. More...

#include <postgres.h>
#include "temporal/temporal.h"
#include "geo/stbox.h"

Go to the source code of this file.

Functions

void trgeoinst_set_stbox (const GSERIALIZED *geom, const TInstant *inst, STBox *box)
 Set the spatiotemporal box from the geometry value. More...
 
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) More...
 
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. More...
 
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. More...
 

Detailed Description

Bounding box operators for temporal rigid geometries.