PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ ptarray_to_GEOSLinearRing()

static GEOSGeometry* ptarray_to_GEOSLinearRing ( const POINTARRAY pa,
uint8_t  autofix 
)
inlinestatic

Definition at line 374 of file liblwgeom/lwgeom_geos.c.

375 {
376  GEOSCoordSeq sq;
377  GEOSGeom g;
378  sq = ptarray_to_GEOSCoordSeq(pa, autofix);
379  g = GEOSGeom_createLinearRing(sq);
380  return g;
381 }
GEOSCoordSeq ptarray_to_GEOSCoordSeq(const POINTARRAY *, uint8_t fix_ring)

References ptarray_to_GEOSCoordSeq().

Referenced by LWGEOM2GEOS().

Here is the call graph for this function:
Here is the caller graph for this function: