PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized2_has_m()

int gserialized2_has_m ( const GSERIALIZED g)

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)
uint8_t gflags
Definition liblwgeom.h:446

References G2FLAGS_GET_M, and GSERIALIZED::gflags.

Referenced by gserialized2_set_gbox(), and gserialized_has_m().

Here is the caller graph for this function: