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

◆ getPoint3dm()

POINT3DM getPoint3dm ( const POINTARRAY pa,
uint32_t  n 
)

Definition at line 201 of file lwgeom_api.c.

202{
203 POINT3DM result;
204 getPoint3dm_p(pa, n, &result);
205 return result;
206}
int getPoint3dm_p(const POINTARRAY *pa, uint32_t n, POINT3DM *op)
Definition lwgeom_api.c:268

References getPoint3dm_p().

Here is the call graph for this function: