PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_geos.h"
#include "liblwgeom_internal.h"
#include "lwgeom_log.h"
#include "optionlist.h"
#include <string.h>
#include <stdlib.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
LWGEOM * | lwcollection_make_geos_friendly (LWCOLLECTION *g) |
LWGEOM * | lwline_make_geos_friendly (LWLINE *line) |
LWGEOM * | lwpoly_make_geos_friendly (LWPOLY *poly) |
POINTARRAY * | ring_make_geos_friendly (POINTARRAY *ring) |
static void | ptarray_strip_nan_coords_in_place (POINTARRAY *pa) |
static LWGEOM * | lwgeom_make_geos_friendly (LWGEOM *geom) |
static POINTARRAY * | ptarray_close2d (POINTARRAY *ring) |
LWGEOM * | lwgeom_make_valid (LWGEOM *lwgeom_in) |
Attempts to make an invalid geometries valid w/out losing points. More... | |
LWGEOM * | lwgeom_make_valid_params (LWGEOM *lwgeom_in, char *make_valid_params) |