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 <meos_internal.h>
#include <meos_internal_geo.h>
#include "geo/postgis_funcs.h"
#include "geo/tgeo_spatialfuncs.h"
#include "pose/pose.h"
#include "pose/tpose.h"

Functions

Temporaldistance_tpose_point (const Temporal *temp, const GSERIALIZED *gs)
 Return the temporal distance between a geometry and a temporal pose. More...
 
Temporaldistance_tpose_pose (const Temporal *temp, const Pose *pose)
 Return the temporal distance between a temporal pose and a pose. More...
 
Temporaldistance_tpose_tpose (const Temporal *temp1, const Temporal *temp2)
 Return the temporal distance between two temporal poses. More...
 
double nad_tpose_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach distance of two temporal pose and a geometry. More...
 
double nad_tpose_pose (const Temporal *temp, const Pose *pose)
 Return the nearest approach distance of a temporal pose and a pose. More...
 
double nad_tpose_stbox (const Temporal *temp, const STBox *box)
 Return the nearest approach distance of a temporal pose and a spatiotemporal box. More...
 
double nad_tpose_tpose (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance of two temporal poses. More...
 
TInstantnai_tpose_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach instant of the temporal pose and a geometry. More...
 
TInstantnai_tpose_pose (const Temporal *temp, const Pose *pose)
 Return the nearest approach instant of a pose and a temporal pose. More...
 
TInstantnai_tpose_tpose (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach instant of two temporal poses. More...
 
GSERIALIZEDshortestline_tpose_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the line connecting the nearest approach point between a geometry and a temporal pose. More...
 
GSERIALIZEDshortestline_tpose_pose (const Temporal *temp, const Pose *pose)
 Return the line connecting the nearest approach point between a pose and a temporal pose. More...
 
GSERIALIZEDshortestline_tpose_tpose (const Temporal *temp1, const Temporal *temp2)
 Return the line connecting the nearest approach point between two temporal networks. More...
 

Detailed Description

Temporal distance for temporal poses.