PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ getPoint3d_cp()

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

Returns a POINT3D 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 113 of file lwinline.h.

114 {
115  return (const POINT3D *)getPoint_internal(pa, n);
116 }
static uint8_t * getPoint_internal(const POINTARRAY *pa, uint32_t n)
Definition: lwinline.h:77

References getPoint_internal().

Referenced by asgml2_ptarray(), asgml3_ptarray(), coordinate_to_geojson(), 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: