PostGIS  3.7.0dev-r@@SVN_REVISION@@
lwgeom_remove_small_parts.c File Reference
#include "postgres.h"
#include "funcapi.h"
#include "utils/array.h"
#include "utils/builtins.h"
#include "utils/lsyscache.h"
#include "utils/numeric.h"
#include "access/htup_details.h"
#include "liblwgeom.h"
#include "liblwgeom_internal.h"
Include dependency graph for lwgeom_remove_small_parts.c:

Go to the source code of this file.

Functions

static void ptarray_remove_dim_helper (POINTARRAY *points, double mindx, double mindy)
 
 PG_FUNCTION_INFO_V1 (ST_RemoveSmallParts)
 
Datum ST_RemoveSmallParts (PG_FUNCTION_ARGS)