PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwtriangle_calculate_gbox_geodetic()

static int lwtriangle_calculate_gbox_geodetic ( const LWTRIANGLE triangle,
GBOX gbox 
)
static

Definition at line 2986 of file lwgeodetic.c.

2987{
2988 assert(triangle);
2989 return ptarray_calculate_gbox_geodetic(triangle->points, gbox);
2990}
int ptarray_calculate_gbox_geodetic(const POINTARRAY *pa, GBOX *gbox)
Calculate geodetic (x/y/z) box and add values to gbox.
POINTARRAY * points
Definition liblwgeom.h:481

References LWTRIANGLE::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: