MobilityDB  1.0
Functions
tnpoint_distance.h File Reference
#include <postgres.h>
#include <catalog/pg_type.h>
#include "general/temporal.h"
Include dependency graph for tnpoint_distance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Datum distance_geo_tnpoint (PG_FUNCTION_ARGS)
 Returns the temporal distance between the geometry point and the temporal network point. More...
 
Datum distance_npoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the temporal distance between the network point and the temporal network point. More...
 
Datum distance_tnpoint_geo (PG_FUNCTION_ARGS)
 Returns the temporal distance between the temporal network point and the geometry point. More...
 
Datum distance_tnpoint_npoint (PG_FUNCTION_ARGS)
 Returns the temporal distance between the temporal network point and the network point. More...
 
Datum distance_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the temporal distance between the temporal network point and the network point. More...
 
Datum NAI_geo_tnpoint (PG_FUNCTION_ARGS)
 Returns the nearest approach instant of the geometry and the temporal network point. More...
 
Datum NAI_npoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the nearest approach instant of the network point and the temporal network point. More...
 
Datum NAI_tnpoint_geo (PG_FUNCTION_ARGS)
 Returns the nearest approach instant of the temporal network point and the geometry. More...
 
Datum NAI_tnpoint_npoint (PG_FUNCTION_ARGS)
 Returns the nearest approach instant of the temporal network point and the network point. More...
 
Datum NAI_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the nearest approach instant of the two temporal network points. More...
 
Datum NAD_geo_tnpoint (PG_FUNCTION_ARGS)
 Returns the nearest approach distance of the geometry and the temporal network point. More...
 
Datum NAD_npoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the nearest approach distance of the network point and the temporal network point. More...
 
Datum NAD_tnpoint_geo (PG_FUNCTION_ARGS)
 Returns the nearest approach distance of the temporal network point and the geometry. More...
 
Datum NAD_tnpoint_npoint (PG_FUNCTION_ARGS)
 Returns the nearest approach distance of the temporal network point and the network point. More...
 
Datum NAD_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the nearest approach distance of the two temporal network points. More...
 
Datum shortestline_geo_tnpoint (PG_FUNCTION_ARGS)
 Returns the line connecting the nearest approach point between the geometry and the temporal network point. More...
 
Datum shortestline_npoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the line connecting the nearest approach point between the network point and the temporal network point. More...
 
Datum shortestline_tnpoint_geo (PG_FUNCTION_ARGS)
 Returns the line connecting the nearest approach point between the temporal network point and the geometry. More...
 
Datum shortestline_tnpoint_npoint (PG_FUNCTION_ARGS)
 Returns the line connecting the nearest approach point between the temporal network point and the network point. More...
 
Datum shortestline_tnpoint_tnpoint (PG_FUNCTION_ARGS)
 Returns the line connecting the nearest approach point between the two temporal networks. More...