MI_Box - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2026-05-14
ft:lastPublication
2026-05-14T15:28:23.501000
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial

Description

Creates a new Feature Geometry object which represents a rectangular box.

Syntax

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

Arguments

x1, y1, x2, y2 are doubles that identify the extents of the box, and

csys is a coordinate system specification.

Example

Creates a new Feature Geometry object which represents a rectangular box.

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

Remarks

The csys parameter may be a reference to a bound coordinate system object or a string representation of a coordinate system using the codespace:code notation.