MobilityDB 1.1
|
#include "npoint/tnpoint_distance.h"
#include <assert.h>
#include <meos.h>
#include "pg_general/temporal.h"
#include "pg_point/tpoint_spatialfuncs.h"
Functions | |
PGDLLEXPORT Datum | Distance_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal distance between the geometry point and the temporal network point. More... | |
PGDLLEXPORT Datum | Distance_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal distance between the network point and the temporal network point. More... | |
PGDLLEXPORT Datum | Distance_tnpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal distance between the temporal network point and the geometry point. More... | |
PGDLLEXPORT Datum | Distance_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return the temporal distance between the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | Distance_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal distance between the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | NAD_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the nearest approach distance of the geometry and the temporal network point. More... | |
PGDLLEXPORT Datum | NAD_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return the nearest approach distance of the network point and the temporal network point. More... | |
PGDLLEXPORT Datum | NAD_tnpoint_geo (PG_FUNCTION_ARGS) |
Return the nearest approach distance of the temporal network point and the geometry. More... | |
PGDLLEXPORT Datum | NAD_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return the nearest approach distance of the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | NAD_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return the nearest approach distance of the two temporal network points. More... | |
PGDLLEXPORT Datum | NAI_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the nearest approach instant of the geometry and the temporal network point. More... | |
PGDLLEXPORT Datum | NAI_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return the nearest approach instant of the network point and the temporal network point. More... | |
PGDLLEXPORT Datum | NAI_tnpoint_geo (PG_FUNCTION_ARGS) |
Return the nearest approach instant of the temporal network point and the geometry. More... | |
PGDLLEXPORT Datum | NAI_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return the nearest approach instant of the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | NAI_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return the nearest approach instant of the two temporal network points. More... | |
PGDLLEXPORT Datum | Shortestline_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the geometry and the temporal network point. More... | |
PGDLLEXPORT Datum | Shortestline_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the network point and the temporal network point. More... | |
PGDLLEXPORT Datum | Shortestline_tnpoint_geo (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the temporal network point and the geometry. More... | |
PGDLLEXPORT Datum | Shortestline_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | Shortestline_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the two temporal networks. More... | |