Definition at line 111 of file cu_out_gml.c.
References LW_GML_IS_DEGREE, LW_GML_IS_DIMS, LW_PARSER_CHECK_NONE, lwfree(), lwgeom_free(), lwgeom_from_wkt(), lwgeom_to_gml3(), and ovdump::opts.
Referenced by out_gml_test_geoms_nodims().
124 fprintf(stderr,
"\nIn: %s\nOut: %s\nTheo: %s\n", in, h, out);
126 CU_ASSERT_STRING_EQUAL(h, out);
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
#define LW_PARSER_CHECK_NONE
#define LW_GML_IS_DIMS
Macros for specifying GML options.
char * lwgeom_to_gml3(const LWGEOM *geom, const char *srs, int precision, int opts, const char *prefix, const char *id)
#define LW_GML_IS_DEGREE
For GML3 only, declare that datas are lat/lon.