MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tpose_distance.c File Reference

Temporal distance for temporal poses. More...

#include <meos.h>
#include <meos_pose.h>
#include "geo/stbox.h"
#include "pose/pose.h"
#include "pg_temporal/temporal.h"
#include "pg_geo/postgis.h"

Functions

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_stbox_tpose (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a spatiotemporal box 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_stbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal pose and a spatiotemporal box @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...
 
Datum Tdistance_point_tpose (PG_FUNCTION_ARGS)
 Return the temporal distance between a geometry point and a temporal pose @sqlfn tDistance() More...
 
Datum Tdistance_pose_tpose (PG_FUNCTION_ARGS)
 Return the temporal distance between a pose and a temporal pose @sqlfn tDistance() More...
 
Datum Tdistance_tpose_point (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal pose and a geometry point @sqlfn tDistance() More...
 
Datum Tdistance_tpose_pose (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal pose and a pose @sqlfn tDistance() More...
 
Datum Tdistance_tpose_tpose (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal poses @sqlfn tDistance() More...
 

Detailed Description

Temporal distance for temporal poses.