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

◆ gserialized2_has_extended()

int gserialized2_has_extended ( const GSERIALIZED g)

Check if a GSERIALIZED has an extended flags section.

Definition at line 151 of file gserialized2.c.

152{
153 return G2FLAGS_GET_EXTENDED(g->gflags);
154}
#define G2FLAGS_GET_EXTENDED(gflags)
uint8_t gflags
Definition liblwgeom.h:432

References G2FLAGS_GET_EXTENDED, and GSERIALIZED::gflags.

Referenced by gserialized2_get_float_box_p(), gserialized2_get_geometry_p(), and gserialized2_header_size().

Here is the caller graph for this function: