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

◆ lwcollection_startpoint()

int lwcollection_startpoint ( const LWCOLLECTION col,
POINT4D pt 
)

Definition at line 550 of file lwcollection.c.

551{
552 if ( col->ngeoms < 1 )
553 return LW_FAILURE;
554
555 return lwgeom_startpoint(col->geoms[0], pt);
556}
int lwgeom_startpoint(const LWGEOM *lwgeom, POINT4D *pt)
Definition lwgeom.c:2249
#define LW_FAILURE
Definition liblwgeom.h:96
uint32_t ngeoms
Definition liblwgeom.h:580
LWGEOM ** geoms
Definition liblwgeom.h:575

References LWCOLLECTION::geoms, LW_FAILURE, lwgeom_startpoint(), and LWCOLLECTION::ngeoms.

Referenced by lwgeom_startpoint().

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