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

Restriction functions for temporal geometries. More...

Functions

Temporaltgeo_restrict_geom (const Temporal *temp, const GSERIALIZED *gs, const Span *zspan, bool atfunc)
 Return a temporal geo restricted to (the complement of) a geometry and possibly a Z span. More...
 
Temporaltgeo_restrict_stbox (const Temporal *temp, const STBox *box, bool border_inc, bool atfunc)
 Return a temporal geo restricted to (the complement of) a spatiotemporal box. More...
 
TInstanttgeoinst_restrict_geom (const TInstant *inst, const GSERIALIZED *gs, const Span *zspan, bool atfunc)
 Return a temporal geo instant restricted to (the complement of) a geometry and possibly a Z span and a timestamptz span. More...
 
TInstanttgeoinst_restrict_stbox (const TInstant *inst, const STBox *box, bool border_inc, bool atfunc)
 Return a temporal geo instant restricted to (the complement of) a spatiotemporal box. More...
 
Temporaltgeoseq_restrict_geom (const TSequence *seq, const GSERIALIZED *gs, const Span *zspan, bool atfunc)
 Return a temporal geo sequence restricted to (the complement of) a geometry and possibly a Z span and a timestamptz span. More...
 
Temporaltgeoseq_restrict_stbox (const TSequence *seq, const STBox *box, bool border_inc, bool atfunc)
 Return a temporal geo sequence restricted to (the complement of) a spatiotemporal box. More...
 
TSequenceSettgeoseqset_restrict_geom (const TSequenceSet *ss, const GSERIALIZED *gs, const Span *zspan, bool atfunc)
 Return a temporal geo sequence set restricted to (the complement of) a geometry and possibly a Z span and a timestamptz span. More...
 
TSequenceSettgeoseqset_restrict_stbox (const TSequenceSet *ss, const STBox *box, bool border_inc, bool atfunc)
 Return a temporal geo sequence set restricted to (the complement of) a spatiotemporal box. More...
 

Detailed Description

Restriction functions for temporal geometries.