![]() |
MobilityDB 1.3
|
Restriction functions for temporal rigid geometries. More...
Functions | |
Temporal * | trgeo_restrict_timestamptz (const Temporal *temp, TimestampTz t, bool atfunc) |
Restrict a temporal rigid geometry to (the complement of) a timestamptz. More... | |
Temporal * | trgeo_restrict_tstzset (const Temporal *temp, const Set *s, bool atfunc) |
Restrict a temporal rigid geometry to (the complement of) a timestamptz set. More... | |
Temporal * | trgeo_restrict_tstzspan (const Temporal *temp, const Span *s, bool atfunc) |
Restrict a temporal rigid geometry to (the complement of) a timestamptz span. More... | |
Temporal * | trgeo_restrict_tstzspanset (const Temporal *temp, const SpanSet *ss, bool atfunc) |
Restrict a temporal rigid geometry to (the complement of) a timestamptz span set. More... | |
Temporal * | trgeo_restrict_value (const Temporal *temp, Datum value, bool atfunc) |
Restrict a temporal rigid geometry to (the complement of) a geometry. More... | |
Temporal * | trgeo_restrict_values (const Temporal *temp, const Set *s, bool atfunc) |
Restrict a temporal rigid geometry to (the complement of) a set of geometries. More... | |
Restriction functions for temporal rigid geometries.