|
PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
#include "liblwgeom.h"#include "lwgeom_geos.h"#include "liblwgeom_internal.h"#include "lwgeom_log.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 LWGEOM * | lwgeom_make_geos_friendly (LWGEOM *geom) |
| POINTARRAY * | ptarray_close2d (POINTARRAY *ring) |
| LWGEOM * | lwgeom_make_valid (LWGEOM *lwgeom_in) |
| Attempts to make an invalid geometries valid w/out losing points. More... | |