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

◆ LWGEOM_hasz()

Datum LWGEOM_hasz ( PG_FUNCTION_ARGS  )

Definition at line 1968 of file lwgeom_functions_basic.c.

1969{
1970 GSERIALIZED *in = PG_GETARG_GSERIALIZED_P(0);
1971 PG_RETURN_BOOL(gserialized_has_z(in));
1972}
int gserialized_has_z(const GSERIALIZED *g)
Check if a GSERIALIZED has a Z ordinate.

References gserialized_has_z().

Here is the call graph for this function: