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

◆ do_gml3_extent_test()

static void do_gml3_extent_test ( char *  in,
char *  out,
char *  srs,
double  precision,
int  opts,
char *  prefix 
)
static

Definition at line 128 of file cu_out_gml.c.

130{
132 lwvarlena_t *v = lwgeom_extent_to_gml3(g, srs, precision, opts, prefix);
133
134 ASSERT_VARLENA_EQUAL(v, out);
135
136 lwgeom_free(g);
137 lwfree(v);
138}
static uint8_t precision
Definition cu_in_twkb.c:25
#define ASSERT_VARLENA_EQUAL(v, s)
lwvarlena_t * lwgeom_extent_to_gml3(const LWGEOM *geom, const char *srs, int precision, int opts, const char *prefix)
Definition lwout_gml.c:1081
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
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_extent_to_gml3(), lwgeom_free(), lwgeom_from_wkt(), and precision.

Referenced by out_gml3_extent().

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