|
MobilityDB 1.3
|
Restriction functions for temporal geometries. More...
Functions | |
| Temporal * | tgeo_restrict_elevation (const Temporal *temp, const Span *s, bool atfunc) |
| Return a temporal geo restricted to (the complement of) an elevation span. More... | |
| Temporal * | tgeo_restrict_geom (const Temporal *temp, const GSERIALIZED *gs, bool atfunc) |
| Return a temporal geo restricted to (the complement of) a geometry. More... | |
| Temporal * | tgeo_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... | |
| TInstant * | tgeoinst_restrict_geom (const TInstant *inst, const GSERIALIZED *gs, bool atfunc) |
| Return a temporal geo instant restricted to (the complement of) a geometry. More... | |
| TInstant * | tgeoinst_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... | |
| Temporal * | tgeoseq_restrict_geom (const TSequence *seq, const GSERIALIZED *gs, bool atfunc) |
| Return a temporal geo sequence restricted to (the complement of) a geometry. More... | |
| Temporal * | tgeoseq_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... | |
| TSequenceSet * | tgeoseqset_restrict_geom (const TSequenceSet *ss, const GSERIALIZED *gs, bool atfunc) |
| Return a temporal geo sequence set restricted to (the complement of) a geometry. More... | |
| TSequenceSet * | tgeoseqset_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... | |
Restriction functions for temporal geometries.