PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gserialized1_has_z()

int gserialized1_has_z ( const GSERIALIZED gser)

Check if a GSERIALIZED has a Z ordinate.

Definition at line 96 of file gserialized1.c.

97 {
98  return G1FLAGS_GET_Z(gser->gflags);
99 }
#define G1FLAGS_GET_Z(gflags)
Definition: gserialized1.h:16
uint8_t gflags
Definition: liblwgeom.h:446

References G1FLAGS_GET_Z, and GSERIALIZED::gflags.

Referenced by gserialized1_set_gbox(), and gserialized_has_z().

Here is the caller graph for this function: