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

Comparison functions for temporal rigid geometries. More...

Functions

Datum Teq_geo_trgeo (PG_FUNCTION_ARGS)
 Return true if a temporal rigid geometry is ever equal to a gs @sqlfn temporal_teq() More...
 
Datum Teq_trgeo_geo (PG_FUNCTION_ARGS)
 Return true if a temporal rigid geometry is ever equal to a gs @sqlfn temporal_teq() More...
 
Datum Teq_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return true if two temporal poses are ever equal @sqlfn temporal_teq() More...
 
Datum Tne_geo_trgeo (PG_FUNCTION_ARGS)
 Return true if a temporal rigid geometry is ever different from a geometry @sqlfn temporal_tne() More...
 
Datum Tne_trgeo_geo (PG_FUNCTION_ARGS)
 Return true if a temporal rigid geometry is ever different from a geometry @sqlfn temporal_tne() More...
 
Datum Tne_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return true if two temporal poses are ever different @sqlfn temporal_tne() More...
 

Detailed Description

Comparison functions for temporal rigid geometries.