PostGIS
2.4.9dev-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 | |
GEOSGeometry * | LWGEOM_GEOS_getPointN (const GEOSGeometry *, uint32_t) |
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) |
static GEOSGeometry * | LWGEOM_GEOS_nodeLines (const GEOSGeometry *lines) |
static GEOSGeometry * | LWGEOM_GEOS_makeValidPolygon (const GEOSGeometry *gin) |
static GEOSGeometry * | LWGEOM_GEOS_makeValidLine (const GEOSGeometry *gin) |
static GEOSGeometry * | LWGEOM_GEOS_makeValidMultiLine (const GEOSGeometry *gin) |
static GEOSGeometry * | LWGEOM_GEOS_makeValid (const GEOSGeometry *) |
static GEOSGeometry * | LWGEOM_GEOS_makeValidCollection (const GEOSGeometry *gin) |
LWGEOM * | lwgeom_make_valid (LWGEOM *lwgeom_in) |
Attempts to make an invalid geometries valid w/out losing points. More... | |