PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ asgml3_multicurve()

static char * asgml3_multicurve ( const LWMCURVE cur,
const char *  srs,
int  precision,
int  opts,
const char *  prefix,
const char *  id 
)
static

Definition at line 1810 of file lwout_gml.c.

1811 {
1812  char* gml;
1813  size_t size =asgml3_multicurve_size( cur, srs, precision, opts, prefix, id );
1814  gml = lwalloc( size );
1815  asgml3_multicurve_buf( cur, srs, gml, precision, opts, prefix, id );
1816  return gml;
1817 }
static uint8_t precision
Definition: cu_in_twkb.c:25
void * lwalloc(size_t size)
Definition: lwutil.c:229
static size_t asgml3_multicurve_buf(const LWMCURVE *cur, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
Definition: lwout_gml.c:1771
static size_t asgml3_multicurve_size(const LWMCURVE *cur, const char *srs, int precision, int opts, const char *prefix, const char *id)
Definition: lwout_gml.c:1742
opts
Definition: ovdump.py:44

References asgml3_multicurve_buf(), asgml3_multicurve_size(), rtgdalraster::cur, 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: