PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gserialized1_has_m()

int gserialized1_has_m ( const GSERIALIZED gser)

Check if a GSERIALIZED has an M ordinate.

Definition at line 101 of file gserialized1.c.

102 {
103  return G1FLAGS_GET_M(gser->gflags);
104 }
#define G1FLAGS_GET_M(gflags)
Definition: gserialized1.h:17
uint8_t gflags
Definition: liblwgeom.h:446

References G1FLAGS_GET_M, and GSERIALIZED::gflags.

Referenced by gserialized1_set_gbox(), and gserialized_has_m().

Here is the caller graph for this function: