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

Restriction functions for temporal geometries. More...

Functions

Temporaltgeo_at_geom (const Temporal *temp, const GSERIALIZED *gs)
 Return a temporal geo restricted to a geometry. More...
 
Temporaltgeo_at_stbox (const Temporal *temp, const STBox *box, bool border_inc)
 Return a temporal geo restricted to a spatiotemporal box. More...
 
Temporaltgeo_at_value (const Temporal *temp, GSERIALIZED *gs)
 Return a temporal geo restricted to a geometry/geography. More...
 
Temporaltgeo_minus_geom (const Temporal *temp, const GSERIALIZED *gs)
 Return a temporal geo restricted to the complement of a geometry. More...
 
Temporaltgeo_minus_stbox (const Temporal *temp, const STBox *box, bool border_inc)
 Return a temporal geo restricted to the complement of a spatiotemporal box. More...
 
Temporaltgeo_minus_value (const Temporal *temp, GSERIALIZED *gs)
 Return a temporal geo restricted to the complement of a geo. More...
 
Temporaltpoint_at_geom (const Temporal *temp, const GSERIALIZED *gs, const Span *zspan)
 Return a temporal point restricted to a geometry. More...
 
Temporaltpoint_at_value (const Temporal *temp, GSERIALIZED *gs)
 Return a temporal point restricted to a point. More...
 
Temporaltpoint_minus_geom (const Temporal *temp, const GSERIALIZED *gs, const Span *zspan)
 Return a temporal point restricted to the complement of a geometry. More...
 
Temporaltpoint_minus_value (const Temporal *temp, GSERIALIZED *gs)
 Return a temporal point restricted to the complement of a point. More...
 

Detailed Description

Restriction functions for temporal geometries.