Definition at line 353 of file lwout_gml.c.
358 ptr += sprintf(ptr,
"<%sLineString", prefix);
359 if ( srs ) ptr += sprintf(ptr,
" srsName=\"%s\"", srs);
363 ptr += sprintf(ptr,
"/>");
366 ptr += sprintf(ptr,
">");
368 ptr += sprintf(ptr,
"<%scoordinates>", prefix);
370 ptr += sprintf(ptr,
"</%scoordinates></%sLineString>", prefix, prefix);
int lwline_is_empty(const LWLINE *line)
static size_t pointArray_toGML2(POINTARRAY *pa, char *buf, int precision)
References lwline_is_empty(), pointArray_toGML2(), LWLINE::points, and precision.
Referenced by asgml2_collection_buf(), asgml2_line(), and asgml2_multi_buf().