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

Distance functions for temporal network points. More...

Functions

Datum Distance_npoint_tnpoint (PG_FUNCTION_ARGS)
 Return the temporal distance between a network point and a temporal network point @sqlfn tDistance() More...
 
Datum Distance_point_tnpoint (PG_FUNCTION_ARGS)
 Return the temporal distance between a geometry point and a temporal network point @sqlfn tDistance() More...
 
Datum Distance_tnpoint_npoint (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal network point and a network point @sqlfn tDistance() More...
 
Datum Distance_tnpoint_point (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal network point and a geometry point @sqlfn tDistance() More...
 
Datum Distance_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal network point and a network point @sqlfn tDistance() More...
 
Datum NAD_geo_tnpoint (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a geometry and a temporal network point @sqlfn nearestApproachDistance() More...
 
Datum NAD_npoint_tnpoint (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a network point and a temporal network point @sqlfn nearestApproachDistance() More...
 
Datum NAD_stbox_tnpoint (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a spatiotemporal box and a temporal network point @sqlfn nearestApproachDistance() More...
 
Datum NAD_tnpoint_geo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal network point and a geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_tnpoint_npoint (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal network point and a network point @sqlfn nearestApproachDistance() More...
 
Datum NAD_tnpoint_stbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal network point and a spatiotemporal box @sqlfn nearestApproachDistance() More...
 
Datum NAD_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal network points @sqlfn nearestApproachDistance() More...
 
Datum NAI_geo_tnpoint (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a geometry and a temporal network point @sqlfn nearestApproachInstant() More...
 
Datum NAI_npoint_tnpoint (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a network point and a temporal network point @sqlfn nearestApproachInstant() More...
 
Datum NAI_tnpoint_geo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a temporal network point and a geometry @sqlfn nearestApproachInstant() More...
 
Datum NAI_tnpoint_npoint (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a temporal network point and a network point @sqlfn nearestApproachInstant() More...
 
Datum NAI_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Return the nearest approach instant between two temporal network points @sqlfn nearestApproachInstant() More...
 
Datum Shortestline_geo_tnpoint (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a geometry and a temporal network point @sqlfn shortestLine() More...
 
Datum Shortestline_npoint_tnpoint (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a network point and a temporal network point @sqlfn shortestLine() More...
 
Datum Shortestline_tnpoint_geo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a temporal network point and a geometry @sqlfn shortestLine() More...
 
Datum Shortestline_tnpoint_npoint (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a temporal network point and a network point @sqlfn shortestLine() More...
 
Datum Shortestline_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal networks @sqlfn shortestLine() More...
 

Detailed Description

Distance functions for temporal network points.