PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwpoint_calculate_gbox_geodetic()

static int lwpoint_calculate_gbox_geodetic ( const LWPOINT point,
GBOX gbox 
)
static

Definition at line 2928 of file lwgeodetic.c.

References LWPOINT::point, and ptarray_calculate_gbox_geodetic().

Referenced by lwgeom_calculate_gbox_geodetic().

2929 {
2930  assert(point);
2931  return ptarray_calculate_gbox_geodetic(point->point, gbox);
2932 }
POINTARRAY * point
Definition: liblwgeom.h:411
int ptarray_calculate_gbox_geodetic(const POINTARRAY *pa, GBOX *gbox)
Calculate geodetic (x/y/z) box and add values to gbox.
Definition: lwgeodetic.c:2873
Here is the call graph for this function:
Here is the caller graph for this function: