Definition at line 828 of file lwout_gml.c.
831 size_t prefixlen = strlen(prefix);
837 sizeof(
"<LineString><posList>/") +
844 sizeof(
"<Curve><segments><LineStringSegment><posList>/") +
848 if (srs) size += strlen(srs) +
sizeof(
" srsName=..");
849 if (
id) size += strlen(
id) + strlen(prefix) +
sizeof(
" id=..");
850 if (
IS_DIMS(
opts)) size +=
sizeof(
" srsDimension='x'");
#define LW_GML_SHORTLINE
For GML3, use <LineString> rather than <Curve> for lines.
static size_t pointArray_GMLsize(POINTARRAY *pa, int precision)
References IS_DIMS, LW_GML_SHORTLINE, ovdump::opts, pointArray_GMLsize(), LWLINE::points, and precision.
Referenced by asgml3_collection_size(), asgml3_line(), asgml3_multi_size(), and asgml3_multicurve_size().