PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "fmgr.h"
#include "funcapi.h"
#include "../postgis_config.h"
#include "lwgeom_geos.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
Datum | ST_MakeValid (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_MakeValid) | |
static LWGEOM * | lwgeom_clean (LWGEOM *lwgeom_in) |
Datum | ST_CleanGeometry (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_CleanGeometry) | |