PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ parse_geojson_polygon()

static LWGEOM* parse_geojson_polygon ( json_object *  geojson,
int *  hasz 
)
inlinestatic

Definition at line 240 of file lwin_geojson.c.

241 {
242  return (LWGEOM *)parse_geojson_poly_rings(parse_coordinates(geojson), hasz);
243 }
static json_object * parse_coordinates(json_object *geojson)
Definition: lwin_geojson.c:87
static LWPOLY * parse_geojson_poly_rings(json_object *rings, int *hasz)
Definition: lwin_geojson.c:174

References parse_coordinates(), and parse_geojson_poly_rings().

Referenced by parse_geojson().

Here is the call graph for this function:
Here is the caller graph for this function: