MI_Box

Beschreibung

Erstellt ein neues Feature-Geometrieobjekt, das ein rechteckiges Kästchen darstellt.

Syntax

MI_Box ( x1, y1, x2, y2, csys )

Argumente

x1, y1, x2, y2 sind double-Werte, die den Umfang des Kästchens angeben, und

csys ist eine Angabe des Koordinatensystems.

Beispiel

Erstellt ein neues Feature-Geometrieobjekt, das ein rechteckiges Kästchen darstellt.

select MI_Box(-79.376,43.648,-79.383,43.663,'epsg:4326') as mi_box  from countries where country='Canada'

Anmerkungen

Der Parameter csys kann ein Verweis auf ein begrenztes Koordinatensystemobjekt oder eine Zeichenfolgendarstellung eines Koordinatensystems mit der Notation codespace:code sein.