Name

box3d_extent — A box composed of x min, ymin, zmin, xmax, ymax, zmax. Often used to return the extent of a geometry.

Description

box3d_extent is a data type returned by ST_Extent. In versions prior to PostGIS 1.4, ST_Extent would return a box2d.

Casting Behavor

This section lists the automatic as well as explicit casts allowed for this data type

Cast ToBehavior
box2dautomatic
box3dautomatic
geometryautomatic

See Also

Section 8.5, “PostGIS Box Functions”