![]() |
MobilityDB 1.3
|
Restriction functions for temporal rigid geometries. More...
Functions | |
Temporal * | trgeo_at_timestamptz (const Temporal *temp, TimestampTz t) |
Restrict a temporal rigid geometry to a timestamptz. More... | |
Temporal * | trgeo_at_tstzset (const Temporal *temp, const Set *s) |
Restrict a temporal rigid geometry to a timestamptz set. More... | |
Temporal * | trgeo_at_tstzspan (const Temporal *temp, const Span *s) |
Restrict a temporal rigid geometry to a timestamptz span. More... | |
Temporal * | trgeo_at_tstzspanset (const Temporal *temp, const SpanSet *ss) |
Restrict a temporal rigid geometry to a timestamptz span set. More... | |
Temporal * | trgeo_at_value (const Temporal *temp, const GSERIALIZED *gs) |
Restrict a temporal rigid geometry to a geometry. More... | |
Temporal * | trgeo_at_values (const Temporal *temp, const Set *s) |
Restrict a temporal rigid geometry to a set of geometries. More... | |
Temporal * | trgeo_minus_timestamptz (const Temporal *temp, TimestampTz t) |
Restrict a temporal rigid geometry to the complement of a timestamptz. More... | |
Temporal * | trgeo_minus_tstzset (const Temporal *temp, const Set *s) |
Restrict a temporal rigid geometry to the complement of a timestamptz set. More... | |
Temporal * | trgeo_minus_tstzspan (const Temporal *temp, const Span *s) |
Restrict a temporal rigid geometry to the complement of a timestamptz span. More... | |
Temporal * | trgeo_minus_tstzspanset (const Temporal *temp, const SpanSet *ss) |
Restrict a temporal rigid geometry to the complement of a timestamptz span set. More... | |
Temporal * | trgeo_minus_value (const Temporal *temp, const GSERIALIZED *gs) |
Restrict a temporal rigid geometry to the complement of a geometry. More... | |
Temporal * | trgeo_minus_values (const Temporal *temp, const Set *s) |
Restrict a temporal rigid geometry to the complement of a set of geometries. More... | |
Restriction functions for temporal rigid geometries.