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

◆ gserialized2_has_m()

int gserialized2_has_m ( const GSERIALIZED gser)

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)

References G2FLAGS_GET_M, and GSERIALIZED::gflags.

Referenced by gserialized2_set_gbox(), and gserialized_has_m().

Here is the caller graph for this function: