PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ parse_geojson_polygon()

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

Definition at line 242 of file lwin_geojson.c.

243 {
244  return (LWGEOM *)parse_geojson_poly_rings(parse_coordinates(geojson), hasz);
245 }
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:176

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: