PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int gserialized_get_zm | ( | const GSERIALIZED * | gser | ) |
Return a number indicating presence of Z and M coordinates.
0 = None, 1 = M, 2 = Z, 3 = ZM
Definition at line 55 of file g_serialized.c.
References GSERIALIZED::flags, FLAGS_GET_M, and FLAGS_GET_Z.
Referenced by LWGEOM_same().