![]() |
MobilityDB 1.3
|
Distance functions for temporal circular buffers. More...
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_stbox_tpose (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a spatiotemporal box and a temporal pose @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 | NAD_tpose_stbox (PG_FUNCTION_ARGS) |
Return the nearest approach distance between a temporal pose and a spatiotemporal box @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... | |
Distance functions for temporal circular buffers.