PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gserialized2_has_z()

int gserialized2_has_z ( const GSERIALIZED g)

Check if a GSERIALIZED has a Z ordinate.

Definition at line 158 of file gserialized2.c.

159 {
160  return G2FLAGS_GET_Z(g->gflags);
161 }
#define G2FLAGS_GET_Z(gflags)
Definition: gserialized2.h:22
uint8_t gflags
Definition: liblwgeom.h:446

References G2FLAGS_GET_Z, and GSERIALIZED::gflags.

Referenced by gserialized2_set_gbox(), and gserialized_has_z().

Here is the caller graph for this function: