PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ 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: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
lwflags_t flags
Definition: liblwgeom.h:471
POINTARRAY * points
Definition: liblwgeom.h:469
int32_t srid
Definition: liblwgeom.h:470

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

Here is the call graph for this function: