PostGIS 3.7.0dev-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:94
#define FLAGS_GET_M(flags)
Definition liblwgeom.h:166
lwflags_t flags
Definition liblwgeom.h:431

References POINTARRAY::flags, FLAGS_GET_M, and LW_FALSE.

Referenced by circstring_from_pa(), linestring_from_pa(), lwarc_linearize(), lwline_extend(), 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: