PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
BOX3D_xmax()
Datum BOX3D_xmax
(
PG_FUNCTION_ARGS
)
Definition at line
438
of file
lwgeom_box3d.c
.
439
{
440
BOX3D
*box = (
BOX3D
*)PG_GETARG_POINTER(0);
441
PG_RETURN_FLOAT8(Max(box->
xmin
, box->
xmax
));
442
}
BOX3D::xmax
double xmax
Definition:
liblwgeom.h:340
BOX3D::xmin
double xmin
Definition:
liblwgeom.h:339
BOX3D
Definition:
liblwgeom.h:338
References
BOX3D::xmax
, and
BOX3D::xmin
.
postgis
lwgeom_box3d.c
Generated by
1.9.1