PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ ptarray_to_GEOSLinearRing()

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

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

References ptarray_to_GEOSCoordSeq().

Referenced by LWGEOM2GEOS().

304 {
305  GEOSCoordSeq sq;
306  GEOSGeom g;
307  sq = ptarray_to_GEOSCoordSeq(pa, autofix);
308  g = GEOSGeom_createLinearRing(sq);
309  return g;
310 }
GEOSCoordSeq ptarray_to_GEOSCoordSeq(const POINTARRAY *, int fix_ring)
Here is the call graph for this function:
Here is the caller graph for this function: