PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
const POINT3DZ* getPoint3dz_cp | ( | const POINTARRAY * | pa, |
int | n | ||
) |
Returns a POINT3DZ pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
This is very high performance and declared const because you aren't allowed to muck with the values, only read them.
Definition at line 387 of file lwgeom_api.c.
References POINTARRAY::flags, FLAGS_GET_Z, getPoint_internal(), lwerror(), and POINTARRAY::npoints.
Referenced by pointArray_to_geojson(), pointArray_toGML2(), pointArray_toGML3(), and ptarray_to_GEOSCoordSeq().