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

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

Functions

int always_eq_geo_trgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geometry is always equal to a temporal rigid geometry. More...
 
int always_eq_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal rigid geometry is always equal to a geometry. More...
 
int always_eq_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal rigid geometries are always equal. More...
 
int always_ne_geo_trgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geometry is always different from a temporal rigid geometry. More...
 
int always_ne_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal rigid geometry is always different from a geometry. More...
 
int always_ne_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal rigid geometries are always different. More...
 
int ever_eq_geo_trgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geometry is ever equal to a temporal rigid geometry. More...
 
int ever_eq_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal rigid geometry is ever equal to a rigid geometry. More...
 
int ever_eq_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal rigid geometries are ever equal. More...
 
int ever_ne_geo_trgeo (const GSERIALIZED *gs, const Temporal *temp)
 Return true if a geometry is ever different from a temporal rigid geometry. More...
 
int ever_ne_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return true if a temporal rigid geometry is ever different from a geometry. More...
 
int ever_ne_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal rigid geometries are ever different. More...
 

Detailed Description

Ever and always comparison functions for temporal rigid geometries.