PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX3D_xmax()

Datum BOX3D_xmax ( PG_FUNCTION_ARGS  )

Definition at line 453 of file lwgeom_box3d.c.

References BOX3D_ymax(), PG_FUNCTION_INFO_V1(), BOX3D::xmax, and BOX3D::xmin.

Referenced by BOX3D_zmin().

454 {
455  BOX3D *box = (BOX3D *)PG_GETARG_POINTER(0);
456  PG_RETURN_FLOAT8(Max(box->xmin, box->xmax));
457 }
double xmin
Definition: liblwgeom.h:277
double xmax
Definition: liblwgeom.h:278
Here is the call graph for this function:
Here is the caller graph for this function: