Point Geometry.
Definition at line 130 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 coordinate_to_geojson(stringbuffer_t *sb, const POINTARRAY *pa, uint32_t i, 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 coordinate_to_geojson(), geojson_tagged, lwgeom_is_empty(), ovdump::opts, LWPOINT::point, and stringbuffer_append_len().
Referenced by asgeojson_multipoint(), and asgeojson_point().