Definition at line 38 of file cu_out_gml.c.
47 fprintf(stderr,
"\nIn: %s\nOut: %s\nTheo: %s\n", in, h, out);
49 CU_ASSERT_STRING_EQUAL(h, out);
void lwgeom_free(LWGEOM *geom)
#define LW_PARSER_CHECK_NONE
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
char * lwgeom_to_gml2(const LWGEOM *geom, const char *srs, int precision, const char *prefix)
VERSION GML 2 takes a GEOMETRY and returns a GML2 representation.
References LW_PARSER_CHECK_NONE, lwfree(), lwgeom_free(), lwgeom_from_wkt(), lwgeom_to_gml2(), and precision.
Referenced by out_gml_test_geoms_prefix().