PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ is_poly()

static char is_poly ( const GSERIALIZED g)
static

Definition at line 123 of file postgis/lwgeom_geos.c.

124 {
125  int type = gserialized_get_type(g);
126  return type == POLYGONTYPE || type == MULTIPOLYGONTYPE;
127 }
uint32_t gserialized_get_type(const GSERIALIZED *g)
Extract the geometry type from the serialized form (it hides in the anonymous data area,...
Definition: gserialized.c:89
#define MULTIPOLYGONTYPE
Definition: liblwgeom.h:107
#define POLYGONTYPE
Definition: liblwgeom.h:104
type
Definition: ovdump.py:42

References gserialized_get_type(), MULTIPOLYGONTYPE, POLYGONTYPE, and ovdump::type.

Referenced by contains(), coveredby(), covers(), and ST_Intersects().

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