PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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)
static LWPOLY * parse_geojson_poly_rings(json_object *rings, int *hasz)

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: