PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ do_gml2_unsupported()

static void do_gml2_unsupported ( char *  in,
char *  out 
)
static

Definition at line 97 of file cu_out_gml.c.

98 {
100  lwvarlena_t *v = lwgeom_to_gml2(g, NULL, 0, "");
101 
104 
105  lwfree(v);
106  lwgeom_free(g);
107 }
void cu_error_msg_reset()
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]
#define ASSERT_STRING_EQUAL(o, e)
void lwgeom_free(LWGEOM *geom)
Definition: lwgeom.c:1155
#define LW_PARSER_CHECK_NONE
Definition: liblwgeom.h:2114
lwvarlena_t * lwgeom_to_gml2(const LWGEOM *geom, const char *srs, int precision, const char *prefix)
Definition: lwout_gml.c:920
void lwfree(void *mem)
Definition: lwutil.c:242
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
Definition: lwin_wkt.c:905

References ASSERT_STRING_EQUAL, cu_error_msg, cu_error_msg_reset(), LW_PARSER_CHECK_NONE, lwfree(), lwgeom_free(), lwgeom_from_wkt(), and lwgeom_to_gml2().

Referenced by out_gml_test_geoms().

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