Definition at line 311 of file lwout_gml.c.
315 ptr += sprintf(ptr,
"<%sPoint", prefix);
316 if ( srs ) ptr += sprintf(ptr,
" srsName=\"%s\"", srs);
319 ptr += sprintf(ptr,
"/>");
322 ptr += sprintf(ptr,
">");
323 ptr += sprintf(ptr,
"<%scoordinates>", prefix);
325 ptr += sprintf(ptr,
"</%scoordinates></%sPoint>", prefix, prefix);
int lwpoint_is_empty(const LWPOINT *point)
static size_t pointArray_toGML2(POINTARRAY *pa, char *buf, int precision)
References lwpoint_is_empty(), LWPOINT::point, pointArray_toGML2(), and precision.
Referenced by asgml2_collection_buf(), asgml2_multi_buf(), and asgml2_point().