Name

box3d — The type representing a 3-dimensional bounding box.

Descripción

box3d es un tipo de dato espacial usado para representar la caja que contiene una geometría o un grupo de geometrías. ST_3DExtent devuelve un objecto box3d.

The representation contains the values xmin, ymin, zmin, xmax, ymax, zmax. These are the minimum and maxium values of the X, Y and Z extents.

box3d objects have a text representation which looks like BOX3D(1 2 3,5 6 5).

Comportamiento de la conversión de tipo de dato

Esta sección detalla los cambios de tipo automáticos y explícitos permitidos para este tipo de dato

Convertir aComportamiento
boxautomatic
box2dautomatic
geometryautomatic

Vea también

Section 12.7, “PostGIS Box Functions”