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

◆ asgml3_line()

static char * asgml3_line ( const LWLINE line,
const char *  srs,
int  precision,
int  opts,
const char *  prefix,
const char *  id 
)
static

Definition at line 916 of file lwout_gml.c.

917{
918 char *output;
919 int size;
920
921 size = asgml3_line_size(line, srs, precision, opts, prefix, id);
922 output = lwalloc(size);
923 asgml3_line_buf(line, srs, output, precision, opts, prefix, id);
924 return output;
925}
static uint8_t precision
Definition cu_in_twkb.c:25
void * lwalloc(size_t size)
Definition lwutil.c:227
static size_t asgml3_line_size(const LWLINE *line, const char *srs, int precision, int opts, const char *prefix, const char *id)
Definition lwout_gml.c:827
static size_t asgml3_line_buf(const LWLINE *line, const char *srs, char *output, int precision, int opts, const char *prefix, const char *id)
Definition lwout_gml.c:854

References asgml3_line_buf(), asgml3_line_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: