PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ lwline_calculate_gbox_geodetic()

static int lwline_calculate_gbox_geodetic ( const LWLINE line,
GBOX gbox 
)
static

Definition at line 2790 of file lwgeodetic.c.

2791 {
2792  assert(line);
2793  return ptarray_calculate_gbox_geodetic(line->points, gbox);
2794 }
int ptarray_calculate_gbox_geodetic(const POINTARRAY *pa, GBOX *gbox)
Calculate geodetic (x/y/z) box and add values to gbox.
Definition: lwgeodetic.c:2729
POINTARRAY * points
Definition: liblwgeom.h:498

References LWLINE::points, and ptarray_calculate_gbox_geodetic().

Referenced by lwgeom_calculate_gbox_geodetic().

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