PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ LWGEOM_hasz()

Datum LWGEOM_hasz ( PG_FUNCTION_ARGS  )

Definition at line 1965 of file lwgeom_functions_basic.c.

1966 {
1967  GSERIALIZED *in = PG_GETARG_GSERIALIZED_HEADER(0);
1968  PG_RETURN_BOOL(gserialized_has_z(in));
1969 }
int gserialized_has_z(const GSERIALIZED *g)
Check if a GSERIALIZED has a Z ordinate.
Definition: gserialized.c:174

References gserialized_has_z().

Here is the call graph for this function: