PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized_has_bbox()

int gserialized_has_bbox ( const GSERIALIZED g)

Check if a GSERIALIZED has a bounding box without deserializing first.

Definition at line 192 of file gserialized.c.

193{
195 return gserialized2_has_bbox(g);
196 else
197 return gserialized1_has_bbox(g);
198}
int gserialized1_has_bbox(const GSERIALIZED *gser)
Check if a GSERIALIZED has a bounding box without deserializing first.
int gserialized2_has_bbox(const GSERIALIZED *g)
Check if a GSERIALIZED has a bounding box without deserializing first.
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41
uint8_t gflags
Definition liblwgeom.h:446

References GSERIALIZED::gflags, GFLAGS_GET_VERSION, gserialized1_has_bbox(), and gserialized2_has_bbox().

Referenced by gserialized2_get_float_box_p(), gserialized_datum_get_box2df_p(), gserialized_datum_get_internals_p(), LWGEOM_dropBBOX(), LWGEOM_force_collection(), LWGEOM_force_multi(), and LWGEOM_hasBBOX().

Here is the call graph for this function:
Here is the caller graph for this function: