PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ ptarray_to_GEOSLinearRing()

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

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

333 {
334  GEOSCoordSeq sq;
335  GEOSGeom g;
336  sq = ptarray_to_GEOSCoordSeq(pa, autofix);
337  g = GEOSGeom_createLinearRing(sq);
338  return g;
339 }
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: