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

◆ gserialized_has_z()

int gserialized_has_z ( const GSERIALIZED g)

Check if a GSERIALIZED has a Z ordinate.

Definition at line 203 of file gserialized.c.

204{
206 return gserialized2_has_z(g);
207 else
208 return gserialized1_has_z(g);
209}
int gserialized1_has_z(const GSERIALIZED *gser)
Check if a GSERIALIZED has a Z ordinate.
int gserialized2_has_z(const GSERIALIZED *g)
Check if a GSERIALIZED has a Z ordinate.
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41
uint8_t gflags
Definition liblwgeom.h:446

References GSERIALIZED::gflags, GFLAGS_GET_VERSION, gserialized1_has_z(), and gserialized2_has_z().

Referenced by ARRAY2GEOS(), ARRAY2LWGEOM(), buffer(), convexhull(), GEOSnoop(), gserialized_cmp(), LWGEOM_collect(), LWGEOM_force_3dz(), LWGEOM_getTYPE(), LWGEOM_hasz(), LWGEOM_z_point(), LWGEOM_zmflag(), pgis_union_geometry_array(), postgis_valid_typmod(), RASTER_InterpolateRaster(), ST_LargestEmptyCircle(), ST_LocateBetweenElevations(), ST_MaximumInscribedCircle(), ST_SwapOrdinates(), and topologypreservesimplify().

Here is the call graph for this function:
Here is the caller graph for this function: