PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ LWGEOM_hasz()

Datum LWGEOM_hasz ( PG_FUNCTION_ARGS  )

Definition at line 1983 of file lwgeom_functions_basic.c.

References gserialized_has_z(), LWGEOM_hasm(), and PG_FUNCTION_INFO_V1().

Referenced by LWGEOM_zmflag().

1984 {
1985  GSERIALIZED *in = PG_GETARG_GSERIALIZED_P(0);
1986  PG_RETURN_BOOL(gserialized_has_z(in));
1987 }
int gserialized_has_z(const GSERIALIZED *gser)
Check if a GSERIALIZED has a Z ordinate.
Definition: g_serialized.c:45
Here is the call graph for this function:
Here is the caller graph for this function: