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

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

1810{
1811 char* gml;
1812 size_t size =asgml3_multicurve_size( cur, srs, precision, opts, prefix, id );
1813 gml = lwalloc( size );
1814 asgml3_multicurve_buf( cur, srs, gml, precision, opts, prefix, id );
1815 return gml;
1816}
static uint8_t precision
Definition cu_in_twkb.c:25
void * lwalloc(size_t size)
Definition lwutil.c:227
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:1770
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:1741

References asgml3_multicurve_buf(), asgml3_multicurve_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: