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

◆ lwpoint_getPoint3dz_p()

int lwpoint_getPoint3dz_p ( const LWPOINT point,
POINT3DZ out 
)

Definition at line 47 of file lwpoint.c.

48{
49 return lwpoint_is_empty(point) ? 0 : getPoint3dz_p(point->point,0,out);
50}
int getPoint3dz_p(const POINTARRAY *pa, uint32_t n, POINT3DZ *point)
Definition lwgeom_api.c:215
int lwpoint_is_empty(const LWPOINT *point)
POINTARRAY * point
Definition liblwgeom.h:471

References getPoint3dz_p(), lwpoint_is_empty(), and LWPOINT::point.

Here is the call graph for this function: