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

◆ gserialized_has_m()

int gserialized_has_m ( const GSERIALIZED gser)
extern

Check if a GSERIALIZED has an M ordinate.

Definition at line 214 of file gserialized.c.

215{
216 if (GFLAGS_GET_VERSION(g->gflags))
217 return gserialized2_has_m(g);
218 else
219 return gserialized1_has_m(g);
220}
int gserialized1_has_m(const GSERIALIZED *gser)
Check if a GSERIALIZED has an M ordinate.
int gserialized2_has_m(const GSERIALIZED *g)
Check if a GSERIALIZED has an M ordinate.
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41