PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ BOX3D_ymax()

Datum BOX3D_ymax ( PG_FUNCTION_ARGS  )

Definition at line 460 of file lwgeom_box3d.c.

References BOX3D_zmax(), PG_FUNCTION_INFO_V1(), BOX3D::ymax, and BOX3D::ymin.

Referenced by BOX3D_xmax().

461 {
462  BOX3D *box = (BOX3D *)PG_GETARG_POINTER(0);
463  PG_RETURN_FLOAT8(Max(box->ymin, box->ymax));
464 }
double ymin
Definition: liblwgeom.h:277
double ymax
Definition: liblwgeom.h:278
Here is the call graph for this function:
Here is the caller graph for this function: