PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwpoint_getPoint3dm_p()

int lwpoint_getPoint3dm_p ( const LWPOINT point,
POINT3DM out 
)

Definition at line 52 of file lwpoint.c.

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

Referenced by lwpoint_locate_between_m().

53 {
54  return lwpoint_is_empty(point) ? 0 : getPoint3dm_p(point->point,0,out);
55 }
int getPoint3dm_p(const POINTARRAY *pa, int n, POINT3DM *point)
Definition: lwgeom_api.c:266
POINTARRAY * point
Definition: liblwgeom.h:411
int lwpoint_is_empty(const LWPOINT *point)
Definition: lwpoint.c:291
Here is the call graph for this function:
Here is the caller graph for this function: