MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Restriction functions for temporal geometries. More...

Functions

Datum Tcbuffer_at_cbuffer (PG_FUNCTION_ARGS)
 Return a temporal circular buffer restricted to a circular buffer. More...
 
Datum Tcbuffer_at_geom (PG_FUNCTION_ARGS)
 Return a temporal circular buffer restricted to a geometry. More...
 
Datum Tcbuffer_at_stbox (PG_FUNCTION_ARGS)
 Return a temporal circular buffer restricted to a circular buffer. More...
 
Datum Tcbuffer_minus_cbuffer (PG_FUNCTION_ARGS)
 Return a temporal circular buffer restricted to the complement of a circular buffer @sqlfn minusValue() More...
 
Datum Tcbuffer_minus_geom (PG_FUNCTION_ARGS)
 Return a temporal circular buffer restricted to the complement of a geometry. More...
 
Datum Tcbuffer_minus_stbox (PG_FUNCTION_ARGS)
 Return a temporal circular buffer restricted to the complement of a circular buffer @sqlfn minusValue() More...
 
Datum Tgeo_at_geom (PG_FUNCTION_ARGS)
 Return a temporal geo restricted to a geometry @sqlfn atGeometry() More...
 
Datum Tgeo_at_stbox (PG_FUNCTION_ARGS)
 Return a temporal geo restricted to a spatiotemporal box @sqlfn atStbox() More...
 
Datum Tgeo_minus_geom (PG_FUNCTION_ARGS)
 Return a temporal geo restricted to the complement of a geometry @sqlfn minusGeometry() More...
 
Datum Tgeo_minus_stbox (PG_FUNCTION_ARGS)
 Return a temporal geo restricted to the complement of a spatiotemporal box @sqlfn minusStbox() More...
 
static Datum Tgeo_restrict_stbox (FunctionCallInfo fcinfo, bool atfunc)
 Return a temporal geo restricted to a spatiotemporal box @sqlfn atStbox() More...
 

Detailed Description

Restriction functions for temporal geometries.