MI_MinX - 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
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

Description

Returns the minimum x value of the MBR of a geometry.

Syntax

MI_MinX ( geometry )

Arguments

geometry is an expression which returns a geometry.

Example

Returns the minimum x value of the MBR of the specified country geometries.

select MI_MinX([Geometry_Column]) as MI_MinX from countries where country in ('Canada','Cuba')

Remarks

The value returned is a double and represents a value in terms of the coordinate system of the input geometry.