Definition at line 141 of file lwout_geojson.c.
static int lwgeom_is_empty(const LWGEOM *geom)
Return true or false depending on whether a geometry is an "empty" geometry (no vertices members)
static void pointArray_to_geojson(stringbuffer_t *sb, const POINTARRAY *pa, const geojson_opts *opts)
static void stringbuffer_append_len(stringbuffer_t *s, const char *a, size_t alen)
Append the specified string to the stringbuffer_t using known length.
References geojson_tagged, lwgeom_is_empty(), ovdump::opts, pointArray_to_geojson(), LWLINE::points, and stringbuffer_append_len().
Referenced by asgeojson_line(), and asgeojson_multiline().