![]() |
MobilityDB 1.3
|
Restriction functions for temporal geometries. More...
Functions | |
Temporal * | tgeo_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... | |
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, 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... | |
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, 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... | |
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, 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... | |
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.