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

◆ ptarray_has_z()

int ptarray_has_z ( const POINTARRAY pa)

Definition at line 37 of file ptarray.c.

38{
39 if ( ! pa ) return LW_FALSE;
40 return FLAGS_GET_Z(pa->flags);
41}
#define LW_FALSE
Definition liblwgeom.h:94
#define FLAGS_GET_Z(flags)
Definition liblwgeom.h:165
lwflags_t flags
Definition liblwgeom.h:431

References POINTARRAY::flags, FLAGS_GET_Z, 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(), ptarray_transform(), and test_lwline_interpolate_points().

Here is the caller graph for this function: