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

◆ test_wkt_out_curvpolygon()

static void test_wkt_out_curvpolygon ( void  )
static

Definition at line 187 of file cu_out_wkt.c.

188{
190 cu_wkt("CURVEPOLYGON((1 2 3 4,4 5 6 7,7 8 9 0),CIRCULARSTRING(7 8 9 0,1 2 1 1,1 2 3 4,4 5 6 7,7 8 9 0))",WKT_ISO),
191 "CURVEPOLYGON ZM ((1 2 3 4,4 5 6 7,7 8 9 0),CIRCULARSTRING ZM (7 8 9 0,1 2 1 1,1 2 3 4,4 5 6 7,7 8 9 0))"
192 );
193}
static char * cu_wkt(char *wkt, uint8_t variant)
Definition cu_out_wkt.c:46
#define ASSERT_STRING_EQUAL(o, e)
#define WKT_ISO
Definition liblwgeom.h:2219

References ASSERT_STRING_EQUAL, cu_wkt(), and WKT_ISO.

Referenced by wkt_out_suite_setup().

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