PostGIS  3.4.0dev-r@@SVN_REVISION@@
lwgeom_in_marc21.c File Reference
#include "postgres.h"
#include "utils/builtins.h"
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <string.h>
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include <math.h>
#include "liblwgeom.h"
Include dependency graph for lwgeom_in_marc21.c:

Go to the source code of this file.

Functions

static LWGEOMparse_marc21 (xmlNodePtr xnode)
 
 PG_FUNCTION_INFO_V1 (ST_GeomFromMARC21)
 
Datum ST_GeomFromMARC21 (PG_FUNCTION_ARGS)
 
static int is_literal_valid (const char *literal)
 
static double parse_geo_literal (char *literal)