PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ asgml3_multi()

static char * asgml3_multi ( const LWCOLLECTION col,
const char *  srs,
int  precision,
int  opts,
const char *  prefix,
const char *  id 
)
static

Definition at line 1490 of file lwout_gml.c.

1491 {
1492  char *gml;
1493  size_t size;
1494 
1495  size = asgml3_multi_size(col, srs, precision, opts, prefix, id);
1496  gml = lwalloc(size);
1497  asgml3_multi_buf(col, srs, gml, precision, opts, prefix, id);
1498  return gml;
1499 }
static uint8_t precision
Definition: cu_in_twkb.c:25
void * lwalloc(size_t size)
Definition: lwutil.c:229
static size_t asgml3_multi_buf(const LWCOLLECTION *col, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
Definition: lwout_gml.c:1431
static size_t asgml3_multi_size(const LWCOLLECTION *col, const char *srs, int precision, int opts, const char *prefix, const char *id)
Definition: lwout_gml.c:1391
opts
Definition: ovdump.py:44

References asgml3_multi_buf(), asgml3_multi_size(), lwalloc(), ovdump::opts, and precision.

Referenced by lwgeom_to_gml3().

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