PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
LWGEOM_hasz()
Datum LWGEOM_hasz
(
PG_FUNCTION_ARGS
)
Definition at line
2029
of file
lwgeom_functions_basic.c
.
2030
{
2031
GSERIALIZED
*in = PG_GETARG_GSERIALIZED_HEADER(0);
2032
PG_RETURN_BOOL(
gserialized_has_z
(in));
2033
}
gserialized_has_z
int gserialized_has_z(const GSERIALIZED *g)
Check if a GSERIALIZED has a Z ordinate.
Definition:
gserialized.c:174
GSERIALIZED
Definition:
liblwgeom.h:443
References
gserialized_has_z()
.
Here is the call graph for this function:
postgis
lwgeom_functions_basic.c
Generated by
1.9.1