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

◆ test_wkt_in_tin()

static void test_wkt_in_tin ( void  )
static

Definition at line 306 of file cu_in_wkt.c.

307{
308 s = "TIN(((0 1 2,3 4 5,6 7 8,0 1 2)),((0 1 2,3 4 5,6 7 8,9 10 11,0 1 2)))";
310 CU_ASSERT_STRING_EQUAL(r,"triangle must have exactly 4 points");
311 //printf("\nIN: %s\nOUT: %s\n",s,r);
312 lwfree(r);
313}
char * s
Definition cu_in_wkt.c:23
char * r
Definition cu_in_wkt.c:24
static char * cu_wkt_in(char *wkt, uint8_t variant)
Definition cu_in_wkt.c:50
#define WKT_EXTENDED
Definition liblwgeom.h:2132
void lwfree(void *mem)
Definition lwutil.c:242

References cu_wkt_in(), lwfree(), r, s, and WKT_EXTENDED.

Referenced by wkt_in_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: