![]() |
MobilityDB 1.3
|
Restriction functions for temporal geometries. More...
Functions | |
Temporal * | tgeo_at_geom (const Temporal *temp, const GSERIALIZED *gs) |
Return a temporal geo restricted to a geometry. More... | |
Temporal * | tgeo_at_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal geo restricted to a spatiotemporal box. More... | |
Temporal * | tgeo_at_value (const Temporal *temp, GSERIALIZED *gs) |
Return a temporal geo restricted to a geometry/geography. More... | |
Temporal * | tgeo_minus_geom (const Temporal *temp, const GSERIALIZED *gs) |
Return a temporal geo restricted to the complement of a geometry. More... | |
Temporal * | tgeo_minus_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal geo restricted to the complement of a spatiotemporal box. More... | |
Temporal * | tgeo_minus_value (const Temporal *temp, GSERIALIZED *gs) |
Return a temporal geo restricted to the complement of a geo. More... | |
Temporal * | tpoint_at_geom (const Temporal *temp, const GSERIALIZED *gs, const Span *zspan) |
Return a temporal point restricted to a geometry. More... | |
Temporal * | tpoint_at_value (const Temporal *temp, GSERIALIZED *gs) |
Return a temporal point restricted to a point. More... | |
Temporal * | tpoint_minus_geom (const Temporal *temp, const GSERIALIZED *gs, const Span *zspan) |
Return a temporal point restricted to the complement of a geometry. More... | |
Temporal * | tpoint_minus_value (const Temporal *temp, GSERIALIZED *gs) |
Return a temporal point restricted to the complement of a point. More... | |
Restriction functions for temporal geometries.