box2d — The type representing a 2-dimensional bounding box.
box2d
è un tipo di dato spaziale usato per rappresentare il rettangolo contente una geometria o un insieme di geometrie. La funzione aggregata ST_Extent, ad esempio, restituisce un oggetto box2d
.
The representation contains the values xmin, ymin, xmax, ymax
. These are the minimum and maximum values of the X and Y extents.
box2d
objects have a text representation which looks like BOX(1 2,5 6)
.
Questa sezione illustra le modalità di CAST - automatici e espliciti - permessi per questo tipo di dato
Cast verso | Comportamento |
box3d | automatico |
geometry | automatico |