PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ getPoint3d_cp()

static const POINT3D* getPoint3d_cp ( const POINTARRAY pa,
uint32_t  n 
)
inlinestatic

Returns a POINT2D 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 103 of file lwinline.h.

104 {
105  return (const POINT3D *)getPoint_internal(pa, n);
106 }
static uint8_t * getPoint_internal(const POINTARRAY *pa, uint32_t n)
Definition: lwinline.h:67

References getPoint_internal().

Referenced by pointArray_toGML2(), pointArray_toGML3(), ptarray_calculate_gbox_cartesian_3d(), and ptarray_to_GEOSCoordSeq().

Here is the call graph for this function:
Here is the caller graph for this function: