PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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)
Definition: lwpoint.c:291
POINTARRAY * point
Definition: liblwgeom.h:414

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

Here is the call graph for this function: