PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ getPoint3dz()

POINT3DZ getPoint3dz ( const POINTARRAY pa,
int  n 
)

Definition at line 186 of file lwgeom_api.c.

References getPoint3dz_p().

187 {
188  POINT3DZ result;
189  getPoint3dz_p(pa, n, &result);
190  return result;
191 }
int getPoint3dz_p(const POINTARRAY *pa, int n, POINT3DZ *op)
Definition: lwgeom_api.c:214
Here is the call graph for this function: