Line Geometry.
Definition at line 271 of file lwout_geojson.c.
272{
273 int size;
274
275 size = sizeof("{'type':'LineString',");
278 size += sizeof("'coordinates':[]}");
280
281 return size;
282}
#define FLAGS_GET_Z(flags)
static size_t pointArray_geojson_size(POINTARRAY *pa, int precision)
Returns maximum size of rendered pointarray in bytes.
static size_t asgeojson_srs_size(char *srs)
Handle SRS.
static size_t asgeojson_bbox_size(int hasz, int precision)
Handle Bbox.
References asgeojson_bbox_size(), asgeojson_srs_size(), LWLINE::flags, FLAGS_GET_Z, pointArray_geojson_size(), LWLINE::points, and precision.
Referenced by asgeojson_geom_size(), and asgeojson_line().