MobilityDB 1.1
|
Distance functions for temporal types. More...
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_geo_tpoint (PG_FUNCTION_ARGS) |
Return the temporal distance between a geometry/geography point and a temporal 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_number_tnumber (PG_FUNCTION_ARGS) |
Return the temporal distance between a number and a temporal number. 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 | Distance_tnumber_number (PG_FUNCTION_ARGS) |
Return the temporal distance between a temporal number and a number. More... | |
PGDLLEXPORT Datum | Distance_tnumber_tnumber (PG_FUNCTION_ARGS) |
Return the temporal distance between two temporal numbers. More... | |
PGDLLEXPORT Datum | Distance_tpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal distance between a temporal point and the geometry/geography point. More... | |
PGDLLEXPORT Datum | Distance_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return the temporal distance between two temporal points. More... | |
PGDLLEXPORT Datum | NAD_geo_stbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a geometry and a spatiotemporal box. 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_geo_tpoint (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a geometry and a temporal 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_number_tnumber (PG_FUNCTION_ARGS) |
Return the temporal distance between a number and a temporal number. More... | |
PGDLLEXPORT Datum | NAD_stbox_geo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a spatiotemporal box and a geometry. More... | |
PGDLLEXPORT Datum | NAD_stbox_stbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between the spatio-temporal boxes. More... | |
PGDLLEXPORT Datum | NAD_stbox_tpoint (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a spatio-temporal box and a temporal point. More... | |
PGDLLEXPORT Datum | NAD_tbox_tbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between the temporal boxes. More... | |
PGDLLEXPORT Datum | NAD_tbox_tnumber (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal box and a temporal number. 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 | NAD_tnumber_number (PG_FUNCTION_ARGS) |
Return the temporal distance between a temporal number and a number. More... | |
PGDLLEXPORT Datum | NAD_tnumber_tbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal number and a temporal box. More... | |
PGDLLEXPORT Datum | NAD_tnumber_tnumber (PG_FUNCTION_ARGS) |
Return the nearest approach distance between the temporal numbers. More... | |
PGDLLEXPORT Datum | NAD_tpoint_geo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal point and a geometry. More... | |
PGDLLEXPORT Datum | NAD_tpoint_stbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal point and a spatio-temporal box. More... | |
PGDLLEXPORT Datum | NAD_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return the nearest approach distance between the temporal 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_geo_tpoint (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a geometry and a temporal 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 | NAI_tpoint_geo (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a temporal point and a geometry. More... | |
PGDLLEXPORT Datum | NAI_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return the nearest approach instant between the temporal 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_geo_tpoint (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the geometry and the temporal instant 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... | |
PGDLLEXPORT Datum | Shortestline_tpoint_geo (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the temporal instant point and a geometry/geography. More... | |
PGDLLEXPORT Datum | Shortestline_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between the temporal points. More... | |
Distance functions for temporal types.