PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_sqlmm.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include "postgres.h"
#include "fmgr.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
Include dependency graph for lwgeom_sqlmm.c:

Go to the source code of this file.

Functions

Datum LWGEOM_has_arc (PG_FUNCTION_ARGS)
 
Datum LWGEOM_curve_segmentize (PG_FUNCTION_ARGS)
 
Datum LWGEOM_line_desegmentize (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_has_arc)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_curve_segmentize)
 
 PG_FUNCTION_INFO_V1 (ST_CurveToLine)
 
Datum ST_CurveToLine (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (LWGEOM_line_desegmentize)