PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_subgeom()

static const LWGEOM * lwgeom_subgeom ( const LWGEOM g,
int  n 
)
static

Definition at line 45 of file lwgeom_geos_node.c.

46{
48 if ( c ) return lwcollection_getsubgeom((LWCOLLECTION*)c, n);
49 else return g;
50}
LWCOLLECTION * lwgeom_as_lwcollection(const LWGEOM *lwgeom)
Definition lwgeom.c:261
const LWGEOM * lwcollection_getsubgeom(LWCOLLECTION *col, uint32_t gnum)

References lwcollection_getsubgeom(), and lwgeom_as_lwcollection().

Referenced by lwgeom_collect_endpoints(), and lwgeom_node().

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