32 #ifndef __TNPOINT_DISTANCE_H__ 33 #define __TNPOINT_DISTANCE_H__ 36 #include <catalog/pg_type.h> Datum distance_tnpoint_geo(PG_FUNCTION_ARGS)
Returns the temporal distance between the temporal network point and the geometry point...
Definition: tnpoint_distance.c:104
Datum NAD_tnpoint_geo(PG_FUNCTION_ARGS)
Returns the nearest approach distance of the temporal network point and the geometry.
Definition: tnpoint_distance.c:391
Datum shortestline_tnpoint_tnpoint(PG_FUNCTION_ARGS)
Returns the line connecting the nearest approach point between the two temporal networks.
Definition: tnpoint_distance.c:567
Datum shortestline_tnpoint_geo(PG_FUNCTION_ARGS)
Returns the line connecting the nearest approach point between the temporal network point and the geo...
Definition: tnpoint_distance.c:519
Datum shortestline_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns the line connecting the nearest approach point between the temporal network point and the net...
Definition: tnpoint_distance.c:544
Datum NAD_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns the nearest approach distance of the network point and the temporal network point...
Definition: tnpoint_distance.c:366
Datum shortestline_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns the line connecting the nearest approach point between the network point and the temporal net...
Definition: tnpoint_distance.c:498
Datum NAD_tnpoint_tnpoint(PG_FUNCTION_ARGS)
Returns the nearest approach distance of the two temporal network points.
Definition: tnpoint_distance.c:444
Datum distance_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal distance between the network point and the temporal network point.
Definition: tnpoint_distance.c:84
Basic functions for temporal types of any subtype.
Datum distance_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns the temporal distance between the temporal network point and the network point.
Definition: tnpoint_distance.c:130
Datum distance_tnpoint_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal distance between the temporal network point and the network point.
Definition: tnpoint_distance.c:170
Datum NAD_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the nearest approach distance of the geometry and the temporal network point.
Definition: tnpoint_distance.c:337
Datum distance_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal distance between the geometry point and the temporal network point...
Definition: tnpoint_distance.c:58
Datum NAI_tnpoint_geo(PG_FUNCTION_ARGS)
Returns the nearest approach instant of the temporal network point and the geometry.
Definition: tnpoint_distance.c:246
Datum NAI_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns the nearest approach instant of the temporal network point and the network point...
Definition: tnpoint_distance.c:275
Datum NAI_tnpoint_tnpoint(PG_FUNCTION_ARGS)
Returns the nearest approach instant of the two temporal network points.
Definition: tnpoint_distance.c:299
Datum shortestline_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the line connecting the nearest approach point between the geometry and the temporal network ...
Definition: tnpoint_distance.c:473
Datum NAI_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns the nearest approach instant of the network point and the temporal network point...
Definition: tnpoint_distance.c:221
Datum NAI_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the nearest approach instant of the geometry and the temporal network point.
Definition: tnpoint_distance.c:192
Datum NAD_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns the nearest approach distance of the temporal network point and the network point...
Definition: tnpoint_distance.c:420