Triangle Geometry.
Definition at line 221 of file lwout_geojson.c.
222{
223 int size;
224
225 size = sizeof("{'type':'Polygon',");
226 if (srs)
228 if (bbox)
230 size += sizeof("'coordinates':[[]]}");
232
233 return size;
234}
#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(), LWTRIANGLE::flags, FLAGS_GET_Z, pointArray_geojson_size(), LWTRIANGLE::points, and precision.
Referenced by asgeojson_geom_size(), and asgeojson_triangle().