The bounding box (BBOX) or envelope is an expression of the maximum extents of a two-dimensional object (e.g. point, line, polygon) or set of objects within its (or their) two-dimensional (x, y) coordinate system, in other words min(x), max(x), min(y), max(y).

