PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
LWGEOM_hasm()
Datum LWGEOM_hasm
(
PG_FUNCTION_ARGS
)
Definition at line
2036
of file
lwgeom_functions_basic.c
.
2037
{
2038
GSERIALIZED
*in = PG_GETARG_GSERIALIZED_HEADER(0);
2039
PG_RETURN_BOOL(
gserialized_has_m
(in));
2040
}
gserialized_has_m
int gserialized_has_m(const GSERIALIZED *g)
Check if a GSERIALIZED has an M ordinate.
Definition:
gserialized.c:185
GSERIALIZED
Definition:
liblwgeom.h:443
References
gserialized_has_m()
.
Here is the call graph for this function:
postgis
lwgeom_functions_basic.c
Generated by
1.9.1