![]() |
MobilityDB 1.3
|
Distance functions for temporal poses. More...
Functions | |
Datum | Distance_point_tpose (PG_FUNCTION_ARGS) |
Return the temporal distance between a geometry point and a temporal pose @sqlfn tDistance() More... | |
Datum | Distance_pose_tpose (PG_FUNCTION_ARGS) |
Return the temporal distance between a pose and a temporal pose @sqlfn tDistance() More... | |
Datum | Distance_tpose_point (PG_FUNCTION_ARGS) |
Return the temporal distance between a temporal pose and a geometry point @sqlfn tDistance() More... | |
Datum | Distance_tpose_pose (PG_FUNCTION_ARGS) |
Return the temporal distance between a temporal pose and a pose @sqlfn tDistance() More... | |
Datum | Distance_tpose_tpose (PG_FUNCTION_ARGS) |
Return the temporal distance between two temporal poses @sqlfn tDistance() More... | |
Datum | NAD_geo_tpose (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a geometry and a temporal pose @sqlfn nearestApproachDistance() More... | |
Datum | NAD_pose_tpose (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a pose and a temporal pose @sqlfn nearestApproachDistance() More... | |
Datum | NAD_tpose_geo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal pose and a geometry @sqlfn nearestApproachDistance() More... | |
Datum | NAD_tpose_pose (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal pose and a pose @sqlfn nearestApproachDistance() More... | |
Datum | NAD_tpose_tpose (PG_FUNCTION_ARGS) |
Return the nearest approach distance between two temporal poses @sqlfn nearestApproachDistance() More... | |
Datum | NAI_geo_tpose (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a geometry and a temporal pose @sqlfn nearestApproachInstant() More... | |
Datum | NAI_pose_tpose (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a pose and a temporal pose @sqlfn nearestApproachInstant() More... | |
Datum | NAI_tpose_geo (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a temporal pose and a geometry @sqlfn nearestApproachInstant() More... | |
Datum | NAI_tpose_pose (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a temporal pose and a pose @sqlfn nearestApproachInstant() More... | |
Datum | NAI_tpose_tpose (PG_FUNCTION_ARGS) |
Return the nearest approach instant between two temporal poses @sqlfn nearestApproachInstant() More... | |
Datum | Shortestline_geo_tpose (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between a geometry and a temporal pose @sqlfn shortestLine() More... | |
Datum | Shortestline_pose_tpose (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between a pose and a temporal pose @sqlfn shortestLine() More... | |
Datum | Shortestline_tpose_geo (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between a temporal pose and a geometry @sqlfn shortestLine() More... | |
Datum | Shortestline_tpose_pose (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between a temporal pose and a pose @sqlfn shortestLine() More... | |
Datum | Shortestline_tpose_tpose (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between two temporal poses @sqlfn shortestLine() More... | |
Distance functions for temporal poses.