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

◆ do_gml3_test_opts()

static void do_gml3_test_opts ( char *  in,
char *  out,
char *  srs,
int  precision,
int  opts 
)
static

Definition at line 43 of file cu_out_gml.c.

44{
46 lwvarlena_t *v = lwgeom_to_gml3(g, srs, precision, opts, "gml:", NULL);
47
49
50 lwgeom_free(g);
51 lwfree(v);
52}
static uint8_t precision
Definition cu_in_twkb.c:25
#define ASSERT_VARLENA_EQUAL(v, s)
void lwgeom_free(LWGEOM *geom)
Definition lwgeom.c:1246
#define LW_PARSER_CHECK_NONE
Definition liblwgeom.h:2149
void lwfree(void *mem)
Definition lwutil.c:248
lwvarlena_t * lwgeom_to_gml3(const LWGEOM *geom, const char *srs, int precision, int opts, const char *prefix, const char *id)
Definition lwout_gml.c:978
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
Definition lwin_wkt.c:940

References ASSERT_VARLENA_EQUAL, LW_PARSER_CHECK_NONE, lwfree(), lwgeom_free(), lwgeom_from_wkt(), lwgeom_to_gml3(), and precision.

Referenced by out_gml_test_srid().

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