![]() |
MobilityDB 1.3
|
Tile functions for temporal geometries. More...
Functions | |
STBox * | stbox_get_space_tile (const GSERIALIZED *point, double xsize, double ysize, double zsize, const GSERIALIZED *sorigin) |
Return a tile in the spatial grid of a spatiotemporal box. More... | |
STBox * | stbox_get_space_time_tile (const GSERIALIZED *point, TimestampTz t, double xsize, double ysize, double zsize, const Interval *duration, const GSERIALIZED *sorigin, TimestampTz torigin) |
Return a tile in the spatiotemporal grid of a spatiotemporal box. More... | |
STBox * | stbox_get_time_tile (TimestampTz t, const Interval *duration, TimestampTz torigin) |
Return a tile in the temporal grid of a spatiotemporal box. More... | |
STBox * | stbox_space_tiles (const STBox *bounds, double xsize, double ysize, double zsize, const GSERIALIZED *sorigin, bool border_inc, int *count) |
Return the spatial grid of a spatiotemporal box. More... | |
STBox * | stbox_space_time_tiles (const STBox *bounds, double xsize, double ysize, double zsize, const Interval *duration, const GSERIALIZED *sorigin, TimestampTz torigin, bool border_inc, int *count) |
Return the spatiotemporal grid of a spatiotemporal box. More... | |
STBox * | stbox_time_tiles (const STBox *bounds, const Interval *duration, TimestampTz torigin, bool border_inc, int *count) |
Return the spatiotemporal grid of a spatiotemporal box. More... | |
STBox * | tgeo_space_boxes (const Temporal *temp, double xsize, double ysize, double zsize, const GSERIALIZED *sorigin, bool bitmatrix, bool border_inc, int *count) |
Return the spatiotemporal boxes of a temporal geo split with respect to a space grid. More... | |
Temporal ** | tgeo_space_split (const Temporal *temp, double xsize, double ysize, double zsize, const GSERIALIZED *sorigin, bool bitmatrix, bool border_inc, GSERIALIZED ***space_bins, int *count) |
Return the fragments a temporal geo split according to a space and possibly a time grid. More... | |
Temporal ** | tgeo_space_time_split (const Temporal *temp, double xsize, double ysize, double zsize, const Interval *duration, const GSERIALIZED *sorigin, TimestampTz torigin, bool bitmatrix, bool border_inc, GSERIALIZED ***space_bins, TimestampTz **time_bins, int *count) |
Return the fragments a temporal geo split according to a space and possibly a time grid. More... | |
Tile functions for temporal geometries.