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

Distance functions for temporal rigid geometries. More...

Functions

Datum Distance_geo_trgeo (PG_FUNCTION_ARGS)
 Return the temporal distance between a geometry and a temporal rigid geometry @sqlfn temporal_distance() More...
 
Datum Distance_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal rigid geometries @sqlfn temporal_distance() More...
 
Datum Distance_trgeo_geo (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal rigid geometry and a geometry @sqlfn temporal_distance() More...
 
Datum Distance_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal rigid geometries @sqlfn temporal_distance() More...
 
Datum Distance_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal rigid geometries @sqlfn temporal_distance() More...
 
Datum NAD_geo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a geometry and a temporal rigid geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_stbox_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a spatiotemporal box and a temporal rigid geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal rigid geometries @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_geo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal rigid geometry and a geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_stbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal rigid geometry and a spatiotemporal box @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal rigid geometries @sqlfn nearestApproachDistance() More...
 
Datum NAD_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal rigid geometries @sqlfn nearestApproachDistance() More...
 
Datum NAI_geo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a geometry and a temporal rigid geometry @sqlfn nearestApproachInstant() More...
 
Datum NAI_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between the temporal rigid geometries @sqlfn nearestApproachInstant() More...
 
Datum NAI_trgeo_geo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a temporal rigid geometry and a geometry @sqlfn nearestApproachInstant() More...
 
Datum NAI_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the nearest approach instant between the temporal rigid geometries @sqlfn nearestApproachInstant() More...
 
Datum NAI_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between two temporal rigid geometries @sqlfn nearestApproachInstant() More...
 
Datum Shortestline_geo_trgeo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a geometry and a temporal rigid geometry @sqlfn shortestLine() More...
 
Datum Shortestline_tpoint_trgeo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More...
 
Datum Shortestline_trgeo_geo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a temporal rigid geometry and a geometry @sqlfn shortestLine() More...
 
Datum Shortestline_trgeo_tpoint (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More...
 
Datum Shortestline_trgeo_trgeo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More...
 

Detailed Description

Distance functions for temporal rigid geometries.