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

◆ ptarray_is_closed_z()

int ptarray_is_closed_z ( const POINTARRAY in)

Definition at line 727 of file ptarray.c.

728{
729 if ( FLAGS_GET_Z(in->flags) )
730 return ptarray_is_closed_3d(in);
731 else
732 return ptarray_is_closed_2d(in);
733}
#define FLAGS_GET_Z(flags)
Definition liblwgeom.h:179
int ptarray_is_closed_2d(const POINTARRAY *in)
Definition ptarray.c:701
int ptarray_is_closed_3d(const POINTARRAY *in)
Definition ptarray.c:714
lwflags_t flags
Definition liblwgeom.h:417

References POINTARRAY::flags, FLAGS_GET_Z, ptarray_is_closed_2d(), and ptarray_is_closed_3d().

Referenced by lwtriangle_from_wkb_state(), wkt_parser_polygon_add_ring(), and wkt_parser_triangle_new().

Here is the call graph for this function:
Here is the caller graph for this function: