![]() |
MobilityDB 1.3
|
Bounding box functions for static geometries. More...
Functions | |
STBox * | geo_split_each_n_stboxes (const GSERIALIZED *gs, int elems_per_box, int *count) |
Return an array of spatial boxes from the segments of a (multi)linestring @csqlfn Geo_split_each_n_stboxes() More... | |
STBox * | geo_split_n_stboxes (const GSERIALIZED *gs, int box_count, int *count) |
Return an array of N spatial boxes from the segments of a (multi)linestring @sqlfn splitNStboxes() More... | |
STBox * | geo_stboxes (const GSERIALIZED *gs, int *count) |
Return an array of spatial boxes from the segments of a (mult)linestring. More... | |
Bounding box functions for static geometries.