MI_MaxX

Description

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

Syntax

MI_MaxX ( geometry )

Arguments

geometry is an expression which returns a geometry.

Example

Returns the maximum x value of the MBR of the specified country geometry.

select MI_MaxX([Geometry_Column]) as MI_MaxX from countries where country='Canada'

Remarks

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