Definition at line 59 of file cu_ptarray.c.
60{
62 char *wkt;
64
72
79
86
93
100
102}
static char * lwgeom_to_text(const LWGEOM *geom)
static LWGEOM * lwgeom_from_text(const char *str)
#define ASSERT_STRING_EQUAL(o, e)
int ptarray_insert_point(POINTARRAY *pa, const POINT4D *p, uint32_t where)
Insert a point into an existing POINTARRAY.
LWGEOM * lwline_as_lwgeom(const LWLINE *obj)
LWLINE * lwgeom_as_lwline(const LWGEOM *lwgeom)
void lwline_free(LWLINE *line)
References ASSERT_STRING_EQUAL, lwfree(), lwgeom_as_lwline(), lwgeom_from_text(), lwgeom_to_text(), lwline_as_lwgeom(), lwline_free(), LWLINE::points, ptarray_insert_point(), POINT4D::x, and POINT4D::y.
Referenced by ptarray_suite_setup().