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

Restriction functions for temporal rigid geometries. More...

Functions

Temporaltrgeo_at_timestamptz (const Temporal *temp, TimestampTz t)
 Restrict a temporal rigid geometry to a timestamptz. More...
 
Temporaltrgeo_at_tstzset (const Temporal *temp, const Set *s)
 Restrict a temporal rigid geometry to a timestamptz set. More...
 
Temporaltrgeo_at_tstzspan (const Temporal *temp, const Span *s)
 Restrict a temporal rigid geometry to a timestamptz span. More...
 
Temporaltrgeo_at_tstzspanset (const Temporal *temp, const SpanSet *ss)
 Restrict a temporal rigid geometry to a timestamptz span set. More...
 
Temporaltrgeo_at_value (const Temporal *temp, const GSERIALIZED *gs)
 Restrict a temporal rigid geometry to a geometry. More...
 
Temporaltrgeo_at_values (const Temporal *temp, const Set *s)
 Restrict a temporal rigid geometry to a set of geometries. More...
 
Temporaltrgeo_minus_timestamptz (const Temporal *temp, TimestampTz t)
 Restrict a temporal rigid geometry to the complement of a timestamptz. More...
 
Temporaltrgeo_minus_tstzset (const Temporal *temp, const Set *s)
 Restrict a temporal rigid geometry to the complement of a timestamptz set. More...
 
Temporaltrgeo_minus_tstzspan (const Temporal *temp, const Span *s)
 Restrict a temporal rigid geometry to the complement of a timestamptz span. More...
 
Temporaltrgeo_minus_tstzspanset (const Temporal *temp, const SpanSet *ss)
 Restrict a temporal rigid geometry to the complement of a timestamptz span set. More...
 
Temporaltrgeo_minus_value (const Temporal *temp, const GSERIALIZED *gs)
 Restrict a temporal rigid geometry to the complement of a geometry. More...
 
Temporaltrgeo_minus_values (const Temporal *temp, const Set *s)
 Restrict a temporal rigid geometry to the complement of a set of geometries. More...
 

Detailed Description

Restriction functions for temporal rigid geometries.