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

◆ printLWCIRCSTRING()

void printLWCIRCSTRING ( LWCIRCSTRING curve)

Definition at line 109 of file lwcircstring.c.

110{
111 lwnotice("LWCIRCSTRING {");
112 lwnotice(" ndims = %i", (int)FLAGS_NDIMS(curve->flags));
113 lwnotice(" srid = %i", (int)curve->srid);
114 printPA(curve->points);
115 lwnotice("}");
116}
void printPA(POINTARRAY *pa)
Definition lwgeom_api.c:440
#define FLAGS_NDIMS(flags)
Definition liblwgeom.h:179
void lwnotice(const char *fmt,...) __attribute__((format(printf
Write a notice out to the notice handler.
int32_t srid
Definition liblwgeom.h:508
lwflags_t flags
Definition liblwgeom.h:509
POINTARRAY * points
Definition liblwgeom.h:507

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

Here is the call graph for this function: