PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ printLWCIRCSTRING()

void printLWCIRCSTRING ( LWCIRCSTRING curve)

Definition at line 110 of file lwcircstring.c.

111 {
112  lwnotice("LWCIRCSTRING {");
113  lwnotice(" ndims = %i", (int)FLAGS_NDIMS(curve->flags));
114  lwnotice(" srid = %i", (int)curve->srid);
115  printPA(curve->points);
116  lwnotice("}");
117 }
void printPA(POINTARRAY *pa)
Definition: lwgeom_api.c:447
#define FLAGS_NDIMS(flags)
Definition: liblwgeom.h:193
void lwnotice(const char *fmt,...)
Write a notice out to the notice handler.
Definition: lwutil.c:177
int32_t srid
Definition: liblwgeom.h:494
lwflags_t flags
Definition: liblwgeom.h:495
POINTARRAY * points
Definition: liblwgeom.h:493

References LWCIRCSTRING::flags, FLAGS_NDIMS, lwnotice(), LWCIRCSTRING::points, printPA(), and LWCIRCSTRING::srid.

Here is the call graph for this function: