PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ 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:108
#define FLAGS_GET_Z(flags)
Definition: liblwgeom.h:179
lwflags_t flags
Definition: liblwgeom.h:417

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

Here is the caller graph for this function: