35#ifndef __TRGEO_SPATIALRELS_H__
36#define __TRGEO_SPATIALRELS_H__
43#include "temporal/temporal.h"
int ea_covers_trgeo_geo(const Temporal *temp, const GSERIALIZED *gs, bool ever)
Return 1 if a geometry ever covers a temporal geometry, 0 if not, and -1 on error or if the geometry ...
Definition: trgeo_spatialrels.c:282
int ea_disjoint_trgeo_geo(const Temporal *temp, const GSERIALIZED *gs, bool ever)
Return 1 if a temporal rigid geometry and a geometry are ever disjoint,0 if not, and -1 on error or i...
Definition: trgeo_spatialrels.c:342
Definition: postgis_ext_defs.in.h:170
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:173
int ea_contains_geo_trgeo(const GSERIALIZED *gs, const Temporal *temp, bool ever)
Return 1 if a geometry ever contains a temporal rigid geometry, 0 if not, and -1 on error or if the g...
Definition: trgeo_spatialrels.c:152
int const GSERIALIZED * gs
Definition: trgeo_spatialrels.h:52
int ea_covers_geo_trgeo(const GSERIALIZED *gs, const Temporal *temp, bool ever) extern int ea_covers_trgeo_geo(const Temporal *temp
int const GSERIALIZED bool ever
Definition: trgeo_spatialrels.h:53