PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ LWGEOM_GEOS_makeValidLine()

static GEOSGeometry* LWGEOM_GEOS_makeValidLine ( const GEOSGeometry *  gin)
static

Definition at line 670 of file liblwgeom/lwgeom_geos_clean.c.

References LWGEOM_GEOS_nodeLines().

Referenced by LWGEOM_GEOS_makeValid(), and LWGEOM_GEOS_makeValidMultiLine().

671 {
672  GEOSGeometry* noded;
673  noded = LWGEOM_GEOS_nodeLines(gin);
674  return noded;
675 }
static GEOSGeometry * LWGEOM_GEOS_nodeLines(const GEOSGeometry *lines)
Here is the call graph for this function:
Here is the caller graph for this function: