Content deleted Content added
Thumperward (talk | contribs) tweak caption |
or set of objects |
||
Line 1:
[[File:Minimum bounding rectangle.svg|thumb|A series of geometric shapes enclosed by its minimum bounding rectangle]]
The '''minimum bounding rectangle''' ('''MBR'''), also known as '''bounding box''' or '''envelope''', is an expression of the maximum extents of a 2-dimensional object (e.g. point, line, polygon) or set of objects within its (or their) 2-D (x, y) [[coordinate system]], in other words min(x), max(x), min(y), max(y). The MBR is a 2-dimensional case of the [[minimum bounding box]].
MBRs are frequently used as an indication of the general position of a [[geography|geographic]] feature or dataset, for either display, first-approximation spatial query, or spatial indexing purposes.
|