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

◆ gserialized_drop_gbox()

GSERIALIZED * gserialized_drop_gbox ( GSERIALIZED g)

Remove the bounding box from a GSERIALIZED.

Returns a freshly allocated GSERIALIZED every time.

Definition at line 81 of file gserialized.c.

82{
84 return gserialized2_drop_gbox(g);
85 else
86 return gserialized1_drop_gbox(g);
87}
GSERIALIZED * gserialized1_drop_gbox(GSERIALIZED *g)
Remove the bounding box from a GSERIALIZED.
GSERIALIZED * gserialized2_drop_gbox(GSERIALIZED *g)
Remove the bounding box from a GSERIALIZED.
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41
uint8_t gflags
Definition liblwgeom.h:446

References GSERIALIZED::gflags, GFLAGS_GET_VERSION, gserialized1_drop_gbox(), and gserialized2_drop_gbox().

Referenced by LWGEOM_dropBBOX().

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