PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gserialized2_has_m()

int gserialized2_has_m ( const GSERIALIZED gser)

Check if a GSERIALIZED has an M ordinate.

Definition at line 163 of file gserialized2.c.

164 {
165  return G2FLAGS_GET_M(g->gflags);
166 }
#define G2FLAGS_GET_M(gflags)
Definition: gserialized2.h:23

References G2FLAGS_GET_M, and GSERIALIZED::gflags.

Referenced by gserialized2_set_gbox(), and gserialized_has_m().

Here is the caller graph for this function: