MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Ever and always comparison functions for temporal geometries. More...

Functions

int always_eq_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geo is always equal to a temporal geo. More...
 
int always_eq_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal geo is always equal to a geo. More...
 
int always_eq_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal geos are always equal. More...
 
int always_ne_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geo is always different from a temporal geo. More...
 
int always_ne_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal geo is always different from a geo. More...
 
int always_ne_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal geos are always different. More...
 
int ever_eq_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geo is ever equal to a temporal geo. More...
 
int ever_eq_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal geo is ever equal to a geo. More...
 
int ever_eq_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal geos are ever equal. More...
 
int ever_ne_geo_tgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geo is ever different from a temporal geo. More...
 
int ever_ne_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal geo is ever different from a geo. More...
 
int ever_ne_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal geos are ever different. More...
 

Detailed Description

Ever and always comparison functions for temporal geometries.