#include "liblwgeom.h"
#include "lwgeom_log.h"
#include "../postgis_config.h"
#include <json.h>
#include <json_object_private.h>
#include <string.h>
Go to the source code of this file.
|  | 
| static LWGEOM * | parse_geojson (json_object *geojson, int *hasz) | 
|  | 
| static json_object * | findMemberByName (json_object *poObj, const char *pszName) | 
|  | 
| static json_object * | parse_coordinates (json_object *geojson) | 
|  | 
| static int | parse_geojson_coord (json_object *poObj, int *hasz, POINTARRAY *pa) | 
|  | 
| static LWGEOM * | parse_geojson_point (json_object *geojson, int *hasz) | 
|  | 
| static LWGEOM * | parse_geojson_linestring (json_object *geojson, int *hasz) | 
|  | 
| static LWPOLY * | parse_geojson_poly_rings (json_object *rings, int *hasz) | 
|  | 
| static LWGEOM * | parse_geojson_polygon (json_object *geojson, int *hasz) | 
|  | 
| static LWGEOM * | parse_geojson_multipoint (json_object *geojson, int *hasz) | 
|  | 
| static LWGEOM * | parse_geojson_multilinestring (json_object *geojson, int *hasz) | 
|  | 
| static LWGEOM * | parse_geojson_multipolygon (json_object *geojson, int *hasz) | 
|  | 
| static LWGEOM * | parse_geojson_geometrycollection (json_object *geojson, int *hasz) | 
|  | 
| LWGEOM * | lwgeom_from_geojson (const char *geojson, char **srs) | 
|  | Create an LWGEOM object from a GeoJSON representation.  More... 
 | 
|  |