PostGIS  3.4.0dev-r@@SVN_REVISION@@
lwgeom_out_marc21.c File Reference
#include "postgres.h"
#include "fmgr.h"
#include "utils/builtins.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_transform.h"
#include "stringbuffer.h"
#include "liblwgeom_internal.h"
Include dependency graph for lwgeom_out_marc21.c:

Go to the source code of this file.

Macros

#define MARC21_NS   ((char *) "http://www.loc.gov/MARC21/slim")
 

Functions

static int gbox_to_marc21_sb (const GBOX box, const char *format, stringbuffer_t *sb)
 
static int is_format_valid (const char *format)
 
lwvarlena_tlwgeom_to_marc21 (const LWGEOM *geom, const char *format)
 
 PG_FUNCTION_INFO_V1 (ST_AsMARC21)
 
Datum ST_AsMARC21 (PG_FUNCTION_ARGS)
 
static int corner_to_subfield_sb (stringbuffer_t *sb, double decimal_degrees, const char *format, char subfield)