MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tcbuffer_distance.c File Reference

Temporal distance for temporal circular buffers. More...

#include <meos.h>
#include "geo/stbox.h"
#include "cbuffer/cbuffer.h"
#include "pg_temporal/temporal.h"
#include "pg_geo/postgis.h"

Functions

Datum Distance_cbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return the temporal distance between two circular buffers @sqlfn tDistance() More...
 
Datum Distance_cbuffer_geo (PG_FUNCTION_ARGS)
 Return the temporal distance between a circular buffer and a geometry @sqlfn tDistance() More...
 
Datum Distance_cbuffer_stbox (PG_FUNCTION_ARGS)
 Return the temporal distance between a circular buffer and a spatiotemporal box @sqlfn tDistance() More...
 
Datum Distance_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the temporal distance between a circular buffer and a temporal circular buffer @sqlfn tDistance() More...
 
Datum Distance_geo_cbuffer (PG_FUNCTION_ARGS)
 Return the temporal distance between a circular buffer and a geometry @sqlfn tDistance() More...
 
Datum Distance_geo_tcbuffer (PG_FUNCTION_ARGS)
 Return the temporal distance between a geometry and a temporal circular buffer @sqlfn tDistance() More...
 
Datum Distance_stbox_cbuffer (PG_FUNCTION_ARGS)
 Return the temporal distance between a circular buffer and a spatiotemporal box @sqlfn tDistance() More...
 
Datum Distance_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal circular buffer and the circular buffer @sqlfn tDistance() More...
 
Datum Distance_tcbuffer_geo (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal circular buffer and a geometry point @sqlfn tDistance() More...
 
Datum Distance_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal circular buffer and the circular buffer @sqlfn tDistance() More...
 
Datum NAD_cbuffer_stbox (PG_FUNCTION_ARGS)
 Return the temporal distance between a circular buffer and a spatiotemporal box @sqlfn tDistance() More...
 
Datum NAD_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a circular buffer and a temporal circular buffer @sqlfn nearestApproachDistance() More...
 
Datum NAD_geo_tcbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a geometry and a temporal circular buffer @sqlfn nearestApproachDistance() More...
 
Datum NAD_stbox_tcbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a spatiotemporal box and a temporal circular buffer @sqlfn nearestApproachDistance() More...
 
Datum NAD_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal circular buffer and a circular buffer @sqlfn nearestApproachDistance() More...
 
Datum NAD_tcbuffer_geo (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal circular buffer and a geometry @sqlfn nearestApproachDistance() More...
 
Datum NAD_tcbuffer_stbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal circular buffer and a spatiotemporal box @sqlfn nearestApproachDistance() More...
 
Datum NAD_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach distance between two temporal circular points @sqlfn nearestApproachDistance() More...
 
Datum NAI_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a circular buffer and a temporal circular buffer @sqlfn nearestApproachInstant() More...
 
Datum NAI_geo_tcbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a geometry and a temporal circular buffer @sqlfn nearestApproachInstant() More...
 
Datum NAI_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a temporal circular buffer and a circular buffer @sqlfn nearestApproachInstant() More...
 
Datum NAI_tcbuffer_geo (PG_FUNCTION_ARGS)
 Return the nearest approach instant between a temporal circular buffer and a geometry @sqlfn nearestApproachInstant() More...
 
Datum NAI_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the nearest approach instant between two temporal circular points @sqlfn nearestApproachInstant() More...
 
Datum Shortestline_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a geometry and a temporal circular buffer @sqlfn shortestLine() More...
 
Datum Shortestline_geo_tcbuffer (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a geometry and a temporal circular buffer @sqlfn shortestLine() More...
 
Datum Shortestline_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a temporal circular buffer and a geometry @sqlfn shortestLine() More...
 
Datum Shortestline_tcbuffer_geo (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between a temporal circular buffer and a geometry @sqlfn shortestLine() More...
 
Datum Shortestline_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return the line connecting the nearest approach point between two temporal circular buffers @sqlfn shortestLine() More...
 

Detailed Description

Temporal distance for temporal circular buffers.