PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ printLWLINE()

void printLWLINE ( LWLINE line)

Definition at line 88 of file lwline.c.

89 {
90  lwnotice("LWLINE {");
91  lwnotice(" ndims = %i", (int)FLAGS_NDIMS(line->flags));
92  lwnotice(" srid = %i", (int)line->srid);
93  printPA(line->points);
94  lwnotice("}");
95 }
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:422
POINTARRAY * points
Definition: liblwgeom.h:425
int32_t srid
Definition: liblwgeom.h:424

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

Here is the call graph for this function: