PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
LWGEOM_hasz()
Datum LWGEOM_hasz
(
PG_FUNCTION_ARGS
)
Definition at line
1990
of file
lwgeom_functions_basic.c
.
1991
{
1992
GSERIALIZED
*in = PG_GETARG_GSERIALIZED_P(0);
1993
PG_RETURN_BOOL(
gserialized_has_z
(in));
1994
}
gserialized_has_z
int gserialized_has_z(const GSERIALIZED *gser)
Check if a GSERIALIZED has a Z ordinate.
Definition:
g_serialized.c:45
GSERIALIZED
Definition:
liblwgeom.h:383
References
gserialized_has_z()
.
Here is the call graph for this function:
postgis
lwgeom_functions_basic.c
Generated by
1.9.1