PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
const POINT4D* getPoint4d_cp | ( | const POINTARRAY * | pa, |
int | n | ||
) |
Returns a POINT4D 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 408 of file lwgeom_api.c.
References POINTARRAY::flags, FLAGS_GET_Z, getPoint_internal(), lwerror(), and POINTARRAY::npoints.