PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gserialized2_has_m()

int gserialized2_has_m ( const GSERIALIZED g)

Check if a GSERIALIZED has an M ordinate.

Definition at line 161 of file gserialized2.c.

162 {
163  return G2FLAGS_GET_M(g->gflags);
164 }
#define G2FLAGS_GET_M(gflags)
Definition: gserialized2.h:23
uint8_t gflags
Definition: liblwgeom.h:432

References G2FLAGS_GET_M, and GSERIALIZED::gflags.

Referenced by gserialized2_set_gbox(), and gserialized_has_m().

Here is the caller graph for this function: