PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ test_wkt_in_curvpolygon()

static void test_wkt_in_curvpolygon ( void  )
static

Definition at line 293 of file cu_in_wkt.c.

294 {
295  s = "CURVEPOLYGON(COMPOUNDCURVE(CIRCULARSTRING(0 0,0 1,1 1,2 2,0 0),(0 0,1 1,2 2)),CIRCULARSTRING(0 0,0 1,1 1,0 0,2 2),(0 0,1 1,2 1))";
296  r = cu_wkt_in(s, WKT_ISO);
297  CU_ASSERT_STRING_EQUAL(r,s);
298  //printf("\nIN: %s\nOUT: %s\n",s,r);
299  lwfree(r);
300 }
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
void lwfree(void *mem)
Definition: lwutil.c:242
#define WKT_ISO
Definition: liblwgeom.h:2184

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

Referenced by wkt_in_suite_setup().

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