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

◆ 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 1489 of file lwout_gml.c.

1490{
1491 char *gml;
1492 size_t size;
1493
1494 size = asgml3_multi_size(col, srs, precision, opts, prefix, id);
1495 gml = lwalloc(size);
1496 asgml3_multi_buf(col, srs, gml, precision, opts, prefix, id);
1497 return gml;
1498}
static uint8_t precision
Definition cu_in_twkb.c:25
void * lwalloc(size_t size)
Definition lwutil.c:227
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:1430
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:1390

References asgml3_multi_buf(), asgml3_multi_size(), lwalloc(), and precision.

Referenced by lwgeom_to_gml3().

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