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

◆ gserialized2_has_z()

int gserialized2_has_z ( const GSERIALIZED gser)

Check if a GSERIALIZED has a Z ordinate.

Definition at line 156 of file gserialized2.c.

157{
158 return G2FLAGS_GET_Z(g->gflags);
159}
#define G2FLAGS_GET_Z(gflags)

References G2FLAGS_GET_Z, and GSERIALIZED::gflags.

Referenced by gserialized2_set_gbox(), and gserialized_has_z().

Here is the caller graph for this function: