PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ asgml3_multisurface()

static char * asgml3_multisurface ( const LWMSURFACE sur,
const char *  srs,
int  precision,
int  opts,
const char *  prefix,
const char *  id 
)
static

Definition at line 1875 of file lwout_gml.c.

1876 {
1877  char* gml;
1878  size_t size = asgml3_multisurface_size( sur, srs, precision, opts, prefix, id );
1879  gml = lwalloc( size );
1880  asgml3_multisurface_buf( sur, srs, gml, precision, opts, prefix, id );
1881  return gml;
1882 }
static uint8_t precision
Definition: cu_in_twkb.c:25
void * lwalloc(size_t size)
Definition: lwutil.c:227
static size_t asgml3_multisurface_size(const LWMSURFACE *sur, const char *srs, int precision, int opts, const char *prefix, const char *id)
Definition: lwout_gml.c:1818
static size_t asgml3_multisurface_buf(const LWMSURFACE *sur, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
Definition: lwout_gml.c:1842
opts
Definition: ovdump.py:45

References asgml3_multisurface_buf(), asgml3_multisurface_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: