PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ ptarray_has_m()

int ptarray_has_m ( const POINTARRAY pa)

Definition at line 43 of file ptarray.c.

References POINTARRAY::flags, FLAGS_GET_M, and LW_FALSE.

Referenced by circstring_from_pa(), linestring_from_pa(), lwarc_linearize(), lwmpoint_construct(), pta_unstroke(), ptarray_locate_along(), and ptarray_segmentize_sphere().

44 {
45  if ( ! pa ) return LW_FALSE;
46  return FLAGS_GET_M(pa->flags);
47 }
#define LW_FALSE
Definition: liblwgeom.h:77
uint8_t flags
Definition: liblwgeom.h:369
#define FLAGS_GET_M(flags)
Definition: liblwgeom.h:141
Here is the caller graph for this function: