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

◆ ptarray_has_m()

int ptarray_has_m ( const POINTARRAY pa)

Definition at line 44 of file ptarray.c.

45{
46 if ( ! pa ) return LW_FALSE;
47 return FLAGS_GET_M(pa->flags);
48}
#define LW_FALSE
Definition liblwgeom.h:108
#define FLAGS_GET_M(flags)
Definition liblwgeom.h:180
lwflags_t flags
Definition liblwgeom.h:417

References POINTARRAY::flags, FLAGS_GET_M, and LW_FALSE.

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

Here is the caller graph for this function: