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

◆ LWGEOM_hasm()

Datum LWGEOM_hasm ( PG_FUNCTION_ARGS  )

Definition at line 2027 of file lwgeom_functions_basic.c.

2028{
2029 GSERIALIZED *in = PG_GETARG_GSERIALIZED_HEADER(0);
2030 PG_RETURN_BOOL(gserialized_has_m(in));
2031}
int gserialized_has_m(const GSERIALIZED *g)
Check if a GSERIALIZED has an M ordinate.

References gserialized_has_m().

Here is the call graph for this function: