PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_wkt_out_curvpolygon()

static void test_wkt_out_curvpolygon ( void  )
static

Definition at line 178 of file cu_out_wkt.c.

179 {
180  CU_ASSERT_STRING_EQUAL(
181  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),
182  "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))"
183  );
184 }
static char * cu_wkt(char *wkt, uint8_t variant)
Definition: cu_out_wkt.c:46
#define WKT_ISO
Definition: liblwgeom.h:2075

References 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: