PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ LWGEOM_hasm()

Datum LWGEOM_hasm ( PG_FUNCTION_ARGS  )

Definition at line 1972 of file lwgeom_functions_basic.c.

1973 {
1974  GSERIALIZED *in = PG_GETARG_GSERIALIZED_HEADER(0);
1975  PG_RETURN_BOOL(gserialized_has_m(in));
1976 }
int gserialized_has_m(const GSERIALIZED *g)
Check if a GSERIALIZED has an M ordinate.
Definition: gserialized.c:185

References gserialized_has_m().

Here is the call graph for this function: