PostGIS  2.5.7dev-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:506
#define FLAGS_NDIMS(flags)
Definition: liblwgeom.h:152
void lwnotice(const char *fmt,...)
Write a notice out to the notice handler.
Definition: lwutil.c:177
uint8_t flags
Definition: liblwgeom.h:444
int32_t srid
Definition: liblwgeom.h:446
POINTARRAY * points
Definition: liblwgeom.h:447

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

Here is the call graph for this function: