PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ do_kml_test_prefix()

static void do_kml_test_prefix ( char *  in,
char *  out,
int  precision,
const char *  prefix 
)
static

Definition at line 45 of file cu_out_kml.c.

46 {
48  lwvarlena_t *v = lwgeom_to_kml2(g, precision, prefix);
49 
50  ASSERT_VARLENA_EQUAL(v, out);
51 
52  lwgeom_free(g);
53  lwfree(v);
54 }
static uint8_t precision
Definition: cu_in_twkb.c:25
#define ASSERT_VARLENA_EQUAL(v, s)
lwvarlena_t * lwgeom_to_kml2(const LWGEOM *geom, int precision, const char *prefix)
Definition: lwout_kml.c:44
void lwgeom_free(LWGEOM *geom)
Definition: lwgeom.c:1155
#define LW_PARSER_CHECK_NONE
Definition: liblwgeom.h:2114
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_VARLENA_EQUAL, LW_PARSER_CHECK_NONE, lwfree(), lwgeom_free(), lwgeom_from_wkt(), lwgeom_to_kml2(), and precision.

Referenced by out_kml_test_prefix().

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