MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tgeo.h File Reference
#include <postgres.h>
#include <liblwgeom.h>
#include <meos.h>
#include "temporal/meos_catalog.h"

Go to the source code of this file.

Functions

STBoxgeo_stbox (const GSERIALIZED *gs)
 Convert a geometry/geography into a spatiotemporal box. More...
 
void mobilitydb_init (void)
 Functions for temporal geos. More...
 
GSERIALIZEDstbox_geo (const STBox *box)
 Return a spatiotemporal box converted as a geometry/geography. More...
 
Temporaltcomp_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp, Datum(*func)(Datum, Datum, meosType))
 
Temporaltcomp_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs, Datum(*func)(Datum, Datum, meosType))