PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwpoint_getPoint3dz_p()

int lwpoint_getPoint3dz_p ( const LWPOINT point,
POINT3DZ out 
)

Definition at line 47 of file lwpoint.c.

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

Referenced by do_median_test().

48 {
49  return lwpoint_is_empty(point) ? 0 : getPoint3dz_p(point->point,0,out);
50 }
POINTARRAY * point
Definition: liblwgeom.h:411
int lwpoint_is_empty(const LWPOINT *point)
Definition: lwpoint.c:291
int getPoint3dz_p(const POINTARRAY *pa, int n, POINT3DZ *point)
Definition: lwgeom_api.c:214
Here is the call graph for this function:
Here is the caller graph for this function: