Definition at line 283 of file lwout_gml.c.
287 ptr += sprintf(ptr,
"<%sPoint", prefix);
288 if ( srs ) ptr += sprintf(ptr,
" srsName=\"%s\"", srs);
291 ptr += sprintf(ptr,
"/>");
294 ptr += sprintf(ptr,
">");
295 ptr += sprintf(ptr,
"<%scoordinates>", prefix);
297 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().