PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ LWGEOM_hasm()

Datum LWGEOM_hasm ( PG_FUNCTION_ARGS  )

Definition at line 1997 of file lwgeom_functions_basic.c.

1998 {
1999  GSERIALIZED *in = PG_GETARG_GSERIALIZED_P(0);
2000  PG_RETURN_BOOL(gserialized_has_m(in));
2001 }
int gserialized_has_m(const GSERIALIZED *gser)
Check if a GSERIALIZED has an M ordinate.
Definition: g_serialized.c:50

References gserialized_has_m().

Here is the call graph for this function: