![]() |
MobilityDB 1.3
|
Bounding box functions for static geometries. More...
Functions | |
GBOX * | geo_gboxes (const GSERIALIZED *gs, int *count) |
Return an array of N spatial boxes obtained by merging consecutive segments of a (multi)line. More... | |
GBOX * | geo_split_each_n_gboxes (const GSERIALIZED *gs, int elems_per_box, int *count) |
Return an array of spatial boxes obtained by merging consecutive segments of a (multi)line. More... | |
GBOX * | geo_split_n_gboxes (const GSERIALIZED *gs, int box_count, int *count) |
Return an array of N spatial boxes obtained by merging consecutive segments of a (multi)line. More... | |
Bounding box functions for static geometries.