466 POSTGIS_DEBUG(2,
"LWGEOM_interiorringn_polygon called.");
468 wanted_index = PG_GETARG_INT32(1);
469 if ( wanted_index < 1 )
474 geom = PG_GETARG_GSERIALIZED_P(0);
479 PG_FREE_IF_COPY(geom, 0);
487 PG_FREE_IF_COPY(geom, 0);
499 PG_FREE_IF_COPY(geom, 0);
503 ring = poly->
rings[wanted_index];
526 PG_FREE_IF_COPY(geom, 0);
535 PG_FREE_IF_COPY(geom, 0);
536 PG_RETURN_POINTER(result);
int ptarray_calculate_gbox_cartesian(const POINTARRAY *pa, GBOX *gbox)
Calculate box (x/y) and add values to gbox.
LWGEOM * lwgeom_from_gserialized(const GSERIALIZED *g)
Allocate a new LWGEOM from a GSERIALIZED.
uint32_t gserialized_get_type(const GSERIALIZED *s)
Extract the geometry type from the serialized form (it hides in the anonymous data area,...
void lwgeom_free(LWGEOM *geom)
void lwline_release(LWLINE *lwline)
LWCURVEPOLY * lwgeom_as_lwcurvepoly(const LWGEOM *lwgeom)
int lwgeom_is_empty(const LWGEOM *geom)
Return true or false depending on whether a geometry is an "empty" geometry (no vertices members)
void * lwalloc(size_t size)
void lwpoly_free(LWPOLY *poly)
LWPOLY * lwgeom_as_lwpoly(const LWGEOM *lwgeom)
void lwgeom_release(LWGEOM *lwgeom)
Free the containing LWGEOM and the associated BOX.
LWLINE * lwline_construct(int srid, GBOX *bbox, POINTARRAY *points)
GSERIALIZED * geometry_serialize(LWGEOM *lwgeom)