![]() |
MobilityDB 1.3
|
Distance functions for temporal geos. More...
#include <float.h>
#include <postgres.h>
#include <meos.h>
#include "temporal/temporal.h"
#include "geo/stbox.h"
#include "pg_geo/postgis.h"
#include "pg_geo/tspatial.h"
Functions | |
Datum | Distance_geo_tgeo (PG_FUNCTION_ARGS) |
Return the temporal distance between a geometry/geography and a temporal geo @sqlfn tDistance() More... | |
Datum | Distance_tgeo_geo (PG_FUNCTION_ARGS) |
Return the temporal distance between a temporal geo and a geometry/geography @sqlfn tDistance() More... | |
Datum | Distance_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return the temporal distance between two temporal geos @sqlfn tDistance() More... | |
Datum | NAD_geo_stbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a geometry and a spatiotemporal box @sqlfn nearestApproachDistance() More... | |
Datum | NAD_geo_tgeo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a geometry and a temporal geo @sqlfn nearestApproachDistance() More... | |
Datum | NAD_stbox_geo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a spatiotemporal box and a geometry @sqlfn nearestApproachDistance() More... | |
Datum | NAD_stbox_stbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between two spatiotemporal boxes @sqlfn nearestApproachDistance() More... | |
Datum | NAD_stbox_tgeo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a spatiotemporal box and a temporal geo @sqlfn nearestApproachDistance() More... | |
Datum | NAD_tgeo_geo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal geo and a geometry @sqlfn nearestApproachDistance() More... | |
Datum | NAD_tgeo_stbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal geo and a spatiotemporal box @sqlfn nearestApproachDistance() More... | |
Datum | NAD_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return the nearest approach distance between two temporal geos @sqlfn nearestApproachDistance() More... | |
Datum | NAI_geo_tgeo (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a geometry and a temporal geo @sqlfn nearestApproachInstant() More... | |
Datum | NAI_tgeo_geo (PG_FUNCTION_ARGS) |
Return the nearest approach instant between a temporal geo and a geometry @sqlfn nearestApproachInstant() More... | |
Datum | NAI_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return the nearest approach instant between two temporal geos @sqlfn nearestApproachInstant() More... | |
Datum | Shortestline_geo_tgeo (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between a geometry and a temporal geo @sqlfn shortestLine() More... | |
Datum | Shortestline_tgeo_geo (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between a temporal geo and a geometry/geography @sqlfn shortestLine() More... | |
Datum | Shortestline_tgeo_tgeo (PG_FUNCTION_ARGS) |
Return the line connecting the nearest approach point between two temporal geos @sqlfn shortestLine() More... | |
Distance functions for temporal geos.