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

Restriction functions for temporal network points. More...

Functions

Datum Tnpoint_at_geom (PG_FUNCTION_ARGS)
 Return a temporal network point restricted to a geometry @sqlfn atGeometry() More...
 
Datum Tnpoint_at_npoint (PG_FUNCTION_ARGS)
 Return a temporal value restricted to a base value @sqlfn atValues() More...
 
Datum Tnpoint_at_npointset (PG_FUNCTION_ARGS)
 Return a temporal network point restricted to a set of network points @sqlfn atValues() More...
 
Datum Tnpoint_at_stbox (PG_FUNCTION_ARGS)
 Return a temporal network point restricted to a spatiotemporal box @sqlfn atStbox() More...
 
Datum Tnpoint_minus_geom (PG_FUNCTION_ARGS)
 Return a temporal network point restricted to the complement of a geometry @sqlfn minusGeometry() More...
 
Datum Tnpoint_minus_npoint (PG_FUNCTION_ARGS)
 Return a temporal value restricted to the complement of a base value @sqlfn minusValues() More...
 
Datum Tnpoint_minus_npointset (PG_FUNCTION_ARGS)
 Return a temporal network point restricted to the complement of a set of network points @sqlfn minusValues() More...
 
Datum Tnpoint_minus_stbox (PG_FUNCTION_ARGS)
 Return a temporal network point restricted to the complement of a spatiotemporal box @sqlfn minusStbox() More...
 
static Datum Tnpoint_restrict_stbox (FunctionCallInfo fcinfo, bool atfunc)
 Return a temporal network point restricted to a spatiotemporal box @sqlfn atStbox() More...
 

Detailed Description

Restriction functions for temporal network points.