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

◆ printLWLINE()

void printLWLINE ( LWLINE line)

Definition at line 79 of file lwline.c.

80{
81 lwnotice("LWLINE {");
82 lwnotice(" ndims = %i", (int)FLAGS_NDIMS(line->flags));
83 lwnotice(" srid = %i", (int)line->srid);
84 printPA(line->points);
85 lwnotice("}");
86}
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.
lwflags_t flags
Definition liblwgeom.h:485
POINTARRAY * points
Definition liblwgeom.h:483
int32_t srid
Definition liblwgeom.h:484

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

Here is the call graph for this function: