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

Restriction functions for temporal rigid geometries. More...

Functions

Temporaltrgeo_restrict_timestamptz (const Temporal *temp, TimestampTz t, bool atfunc)
 Restrict a temporal rigid geometry to (the complement of) a timestamptz. More...
 
Temporaltrgeo_restrict_tstzset (const Temporal *temp, const Set *s, bool atfunc)
 Restrict a temporal rigid geometry to (the complement of) a timestamptz set. More...
 
Temporaltrgeo_restrict_tstzspan (const Temporal *temp, const Span *s, bool atfunc)
 Restrict a temporal rigid geometry to (the complement of) a timestamptz span. More...
 
Temporaltrgeo_restrict_tstzspanset (const Temporal *temp, const SpanSet *ss, bool atfunc)
 Restrict a temporal rigid geometry to (the complement of) a timestamptz span set. More...
 
Temporaltrgeo_restrict_value (const Temporal *temp, Datum value, bool atfunc)
 Restrict a temporal rigid geometry to (the complement of) a geometry. More...
 
Temporaltrgeo_restrict_values (const Temporal *temp, const Set *s, bool atfunc)
 Restrict a temporal rigid geometry to (the complement of) a set of geometries. More...
 

Detailed Description

Restriction functions for temporal rigid geometries.