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

◆ asgml3_poly()

static char * asgml3_poly ( const LWPOLY poly,
const char *  srs,
int  precision,
int  opts,
int  is_patch,
const char *  prefix,
const char *  id 
)
static

Definition at line 1064 of file lwout_gml.c.

1065{
1066 char *output;
1067 int size;
1068
1069 size = asgml3_poly_size(poly, srs, precision, opts, prefix, id);
1070 output = lwalloc(size);
1071 asgml3_poly_buf(poly, srs, output, precision, opts, is_patch, prefix, id);
1072 return output;
1073}
static uint8_t precision
Definition cu_in_twkb.c:25
void * lwalloc(size_t size)
Definition lwutil.c:227
static size_t asgml3_poly_size(const LWPOLY *poly, const char *srs, int precision, int opts, const char *prefix, const char *id)
Definition lwout_gml.c:994
static size_t asgml3_poly_buf(const LWPOLY *poly, const char *srs, char *output, int precision, int opts, int is_patch, const char *prefix, const char *id)
Definition lwout_gml.c:1014

References asgml3_poly_buf(), asgml3_poly_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: