|
MobilityDB 1.1
|
#include "point/tpoint_distance.h"#include <assert.h>#include <float.h>#include <math.h>#include <utils/timestamp.h>#include <lwgeodetic_tree.h>#include <measures.h>#include <measures3d.h>#include <meos.h>#include <meos_internal.h>#include "general/lifting.h"#include "general/temporaltypes.h"#include "general/type_util.h"#include "point/pgis_call.h"#include "point/geography_funcs.h"#include "point/tpoint.h"#include "point/tpoint_spatialfuncs.h"#include "pg_point/postgis.h"#include "pg_point/tpoint_spatialfuncs.h"
Functions | |
| 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_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_tpoint (PG_FUNCTION_ARGS) |
| Return the nearest approach distance between a geometry and a temporal point. 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_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_tpoint (PG_FUNCTION_ARGS) |
| Return the nearest approach instant between a geometry and a temporal point. 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_tpoint (PG_FUNCTION_ARGS) |
| Return the line connecting the nearest approach point between the geometry and the temporal instant point. 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... | |